spring-ai-alibaba

GitHub

Agentic AI Framework for Java Developers

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "spring-ai-alibaba": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-spring-ai-alibaba"
      ]
    }
  }
}