MCP-server

Eleven-Mouse/MCP-server
★ 1 stars Java 🤖 AI/LLM Updated today
一个纯 Java 从零实现的 MCP (Model Context Protocol) Server,不依赖任何 MCP SDK。直接连接 Claude Desktop、Cursor 或任何 MCP 兼容客户端。
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "Eleven-Mouse/MCP-server"
      ]
    }
  }
}