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