MCP Directory

pab1ito/chess-mcp

GitHub
Other

Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y chess-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from pab1ito/chess-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "chess-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chess-mcp"
      ]
    }
  }
}

Route pab1ito/chess-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add chess-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use pab1ito/chess-mcp directly without routing

npx -y chess-mcp

New to Agent-CoreX? View setup guide →

pab1ito/chess-mcp MCP Server — Agent-CoreX