Chess.com MCP Server for Cline
io.github.udarrr/chess-mcp-node
MCP server for Chess.com player profiles, games, stats, puzzles, clubs, and tournaments
client:Cline
transport:stdio
runtime:npm
Install Chess.com MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"chess-mcp-node": {
"command": "npx",
"args": [
"-y",
"chess-mcp-node"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs