java-mcp-client-server

duocrafters/java-mcp-client-server
★ 2 stars Java 🌐 Browser/Web Updated 2mo ago
This repository contains a minimalist example of setting up MCP with Spring AI:- an MCP server that exposes "tools" via SSE/WebMVC- an MCP client.
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": {
    "java-mcp-client-serv": {
      "command": "npx",
      "args": [
        "-y",
        "duocrafters/java-mcp-client-server"
      ]
    }
  }
}