mcp-annotations

spring-ai-community/mcp-annotations
★ 39 stars Java 🔌 API Integration Updated 13d ago
Incubating annotation support for MCP. Built on top of the MCP Java SDK: https://github.com/modelcontextprotocol/java-sdk
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": {
    "mcp-annotations": {
      "command": "npx",
      "args": [
        "-y",
        "spring-ai-community/mcp-annotations"
      ]
    }
  }
}