chess_dot_com_mcp_server

UriWise/chess_dot_com_mcp_server
★ 0 stars Python 💻 Code/Dev Tools Updated 3d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chess_dot_com_mcp_se": {
      "command": "uvx",
      "args": [
        "chess-dot-com-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install chess-dot-com-mcp-server

README Excerpt

If you need to install UV: ```powershell powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" ``` configure the client as follows: ```json "Chess": { "command": "uvx", "args": [ "--from", "git+https://github.com/UriWise/chess_dot_com_mcp_server.git", "chess" ], "env": { "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW"