Chess.com MCP Server for Zed
io.github.udarrr/chess-mcp-node
MCP server for Chess.com player profiles, games, stats, puzzles, clubs, and tournaments
client:Zed
transport:stdio
runtime:npm
Install Chess.com MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chess-mcp-node": {
"command": "npx",
"args": [
"-y",
"chess-mcp-node"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs