Back to directory
chess

chess

@matthijn1

An MCP server enabling playing chess against an LLM.

chessllmgamepocentertainment

Installation & Configuration

{
  "mcpServers": {
    "chess": {
      "command": "npx",
      "args": [
        "tsx",
        "/path/to/project/mcp-chess-poc/backend/mcp.ts"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/19
Updated
2025/6/12