mcp4ail

gyzhang/mcp4ail
★ 3 stars Java 📦 Other Updated 5mo ago
演示如何开发一个MCP Server的示例项目。
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": {
    "mcp4ail": {
      "command": "npx",
      "args": [
        "-y",
        "gyzhang/mcp4ail"
      ]
    }
  }
}