spring-ai-mcp-demos

toedter/spring-ai-mcp-demos
★ 3 stars Java 📦 Other Updated 2mo ago
A demo mcp server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spring-ai-mcp-demos": {
      "command": "npx",
      "args": [
        "-y",
        "toedter/spring-ai-mcp-demos"
      ]
    }
  }
}