llms-mcp-sdk-demo

guofengzh/llms-mcp-sdk-demo
★ 0 stars Java AI/LLM Updated today
Building an MCP Server directly with the official MCP Java SDK 2.0.0 Spring Boot 4.1.0—without relying on Spring AI starters.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llms-mcp-sdk-demo": {
      "command": "npx",
      "args": [
        "-y",
        "guofengzh/llms-mcp-sdk-demo"
      ]
    }
  }
}

README Excerpt

In this project, Building an MCP (Model Context Protocol) Server directly with the official [MCP Java SDK 2.0.0](https://java.sdk.modelcontextprotocol.io/latest/overview/) and Spring Boot 4.1.0—without relying on Spring AI starters—gives you full control over the protocol execution and underlying transport.