Spring Boot MCP server — connects existing Java services to AI agents (Claude, Copilot, Cursor) via SSE and stdio. Production-ready with database, REST API, and file system 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-boot-mcp-serv": {
"command": "npx",
"args": [
"-y",
"anirbandashfx-commits/spring-boot-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add spring-boot-mcp-serv npx -y anirbandashfx-commits/spring-boot-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-boot-mcp-serv": {
"command": "npx",
"args": [
"-y",
"anirbandashfx-commits/spring-boot-mcp-server"
]
}
}
}
📋 Copy