Back to directory
wilson-urdaneta/chesspal-mcp-engine

wilson-urdaneta/chesspal-mcp-engine

@wilson-urdaneta

A Stockfish-powered chess engine exposed as an MCP server using FastMCP, supporting SSE and stdio transports.

chessstockfishenginemcppythonfastmcpucianalysistool

Installation & Configuration

{
  "mcpServers": {
    "chesspal-engine": {
      "command": "poetry",
      "args": [
        "run",
        "python",
        "-m",
        "chesspal_mcp_engine.main",
        "--transport",
        "stdio"
      ],
      "cwd": "/path/to/chesspal-mcp-engine",
      "env": {
        "CHESSPAL_ENGINE_PATH": "/path/to/stockfish",
        "MCP_PORT": "9000"
      }
    }
  }
}

Information

Transport
ssestdio
Language
Python
Created
2026/6/12
Updated
2026/6/13