xiangqi_mcp_server

aaaaaaa233/xiangqi_mcp_server
★ 1 stars Python 📦 Other Updated 2d 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": {
    "xiangqi_mcp_server": {
      "command": "uvx",
      "args": [
        "xiangqi-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install xiangqi-mcp-server