Java SDK for the Model Context Protocol (MCP), providing seamless integration between Java and Spring applications and MCP-compliant AI models and tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"spring-ai-mcp": {
"command": "npx",
"args": [
"-y",
"spring-attic/spring-ai-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add spring-ai-mcp npx -y spring-attic/spring-ai-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-ai-mcp": {
"command": "npx",
"args": [
"-y",
"spring-attic/spring-ai-mcp"
]
}
}
}
📋 Copy