Skip to main content
Glama
pipeworx-io
by pipeworx-io

mcp-chess

Chess.com MCP — 包装了 Chess.com 的公共 API(免费、不需要验证)。

Pipeworx 的一部分——一个连接 AI 代理和 1394+ 个实时数据源的 的 MCP 网关。

工具

工具

描述

get_player

获取 Chess.com 玩家简介,通过用户名(例如『hikaru')。返回头衔、国家、关注者数、加入日期以及最后最后上线时间。

get_stats

获取一个 Chess.com 玩家在每日、快棋、超快棋和闪电棋中的评分和战棋记录。优先用于?玩家在 Chess.com 的 闪快/闪/快速评分』或“ 在 Chess.com 上评为¿”。返回当前/最佳评分和胜/负/平局数。

get_games

获取某个特定月份(格式:YYYY/MM,例如 '2024/01')中一个玩家的已完成对局。返回对局 URL、时间控制、结果和评级。

get_leaderboards

按模式(每日、快棋、超快棋、闪电棋)查看排名前列的 Chess.com 玩家。返回排名、评分和胜率。

Related MCP server: Chess MCP Server

快速开始

在 MCP 客户端(如 Claude Desktop、Cursor、Windsurf 等)中使用服务器:

{
  "mcpServers": {
    "chess": {
      "url": "https://gateway.pipeworx.io/chess/mcp"
    }
  }
}

或者直接连接完整的 Pipeworx 网关,以访问所有 1394+ 个数据源:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

使用 ask_pipeworx

只用普通英语提问即可,而无需直接调用工具:

ask_pipeworx({ question: "your question about Chess data" })

网关会自行选择合适的工具,并自动填上参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Provides access to Chess.com player data, game records, and public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.
    10
    82
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables chess gameplay and interaction through MCP protocol. Allows users to play chess games, make moves, and manage chess sessions through natural language commands.
    2
  • A
    license
    B
    quality
    D
    maintenance
    Provides Chess.com player data integration, enabling AI assistants to fetch real-time chess player profiles and comprehensive statistics including ratings, game counts, and performance metrics from Chess.com's public API.
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to explore player profiles, ratings, game archives, leaderboards, clubs, and puzzles via the Chess.com API.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…

  • Lichess public API: players, ratings, eval, tablebase, opening explorer

  • MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-chess'

If you have feedback or need assistance with the MCP directory API, please join our Discord server