Spring Boot Starter: Auto-convert existing REST APIs (@RestController) to MCP Server with zero/low-code. Expose controllers as MCP Tools instantly.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"api2mcp4j": {
"command": "npx",
"args": [
"-y",
"TheEterna/api2mcp4j"
]
}
}
}
Run in terminal:
claude mcp add api2mcp4j npx -y TheEterna/api2mcp4j
Add to .cursor/mcp.json:
{
"mcpServers": {
"api2mcp4j": {
"command": "npx",
"args": [
"-y",
"TheEterna/api2mcp4j"
]
}
}
}