How to Use the Chess.com MCP in Claude Code
Query Chess.com stats, game archives, and puzzles directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chess.com MCP to Claude Code
Create your Vinkius account to connect Chess.com to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe Chess.com game archives to local files
The `get_player_monthly_games` tool fetches complete PGN records for any player and month directly to your standard output. Claude Code runs this headless query, formats the output, and pipes the raw game data into your local analysis scripts. It is built for terminal-based workflows where speed is everything. No browser or IDE is required. You get clean text files containing your complete match history in seconds.
Query player ratings with this terminal MCP Server
The `get_player_stats` and `is_player_online` tools let you check an opponent's current standing and active status from the command line. Claude Code executes these checks in the background, telling you if a player is online before you send a match invite. It is a lightweight way to monitor your rivals. The response is instant and text-only. You get the exact numbers without any visual clutter or slow page loads.
Fetch daily puzzles for command-line practice
The `get_daily_puzzle` tool returns the current daily tactical position, including the FEN string and the correct move sequence. Claude Code prints the puzzle details directly to your terminal, letting you solve tactics without leaving your shell. It is perfect for a quick break between deployments. You can also feed the output directly into other CLI tools. It makes integrating chess puzzles into your terminal startup scripts incredibly simple.
Set up Chess.com MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seechesscom-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Chess.com transactions." It will automatically discover and invoke the available Chess.com tools.
claude mcp add --transport http chesscom-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Chess.com MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chess.com MCP today
We host it, we monitor it, we maintain it. You just paste one token.