通过将以下JSON代码添加到JSON配置文件中来安装此MCP服务器。
"Chess": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/aatishk/chess-mcp-aatish.git",
"chess"
]
}
MCP Server
一个通过JSON配置安装的象棋游戏服务器,支持从GitHub仓库克隆并运行象棋游戏。
工具数
提示词数
GitHub Stars
资源数
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
通过将以下JSON代码添加到JSON配置文件中来安装此MCP服务器。
"Chess": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/aatishk/chess-mcp-aatish.git",
"chess"
]
}目录标签
传输方式(transport,传输协议)
未说明
鉴权方式(authType,认证方式)
none
工具数量(toolCount,工具数)
0
资源数量(resourceCount,资源数)
0
提示词数量(promptCount,提示词数)
0
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
仍需确认:installCommand
上一个 MCP
Chess Com MCP Server
Provides tools to interact with the Chess.com Public API for fetching real-time player profiles and detailed game statistics. It enables LLMs to access information like player ratings, win/loss records, and current online status.
下一个 MCP
Chess MCP (chess-mcp-server)
Enables playing chess games with legal move validation and AI opponent moves powered by the Stockfish engine. Supports multiple concurrent games and provides moves in UCI format.