mcp-server-demo

liqingdong/mcp-server-demo
★ 5 stars Java Other Updated 3mo ago
一个基于Spring Boot 的MCP(Model Control Protocol)服务示例项目
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": {
    "mcp-server-demo": {
      "command": "npx",
      "args": [
        "-y",
        "liqingdong/mcp-server-demo"
      ]
    }
  }
}