Stockfish MCP for Windsurf
io.github.stepbot/stockfish-mcp
A Stockfish MCP server to allow an LLM to play chess against Stockfish
client:Windsurf
transport:stdio
runtime:pypi
Install Stockfish MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"stockfish-mcp": {
"command": "uvx",
"args": [
"stockfish-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs