Back to MCP Servers
🔌

Java MCP SDK

MIT

The official Java SDK for Model Context Protocol servers and clients. Maintained in collaboration with Spring AI

JavaAI & LLMs

Install

npx -y @modelcontextprotocol/conformance

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "java-mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/conformance"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.