通过将以下JSON代码添加到jour配置文件来安装此MCP服务器
{
"mcpServers": {
"chess": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Nikola-Vukasinovic/mcp-server-chess-build.git",
"chess"
]
}
}
}

MCP Server
一个通过GitHub仓库安装的国际象棋服务器,支持通过命令行参数配置。
工具数
提示词数
GitHub Stars
资源数
安装说明
本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。
作者 / 组织
Nikola-Vukasinovic
提供方
Nikola-Vukasinovic
最后核验
2026/5/17 20:20
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
通过将以下JSON代码添加到jour配置文件来安装此MCP服务器
{
"mcpServers": {
"chess": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Nikola-Vukasinovic/mcp-server-chess-build.git",
"chess"
]
}
}
}
目录标签
传输方式(transport,传输协议)
未说明
鉴权方式(authType,认证方式)
none
工具数量(toolCount,工具数)
0
资源数量(resourceCount,资源数)
0
提示词数量(promptCount,提示词数)
0
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
仍需确认:installCommand
上一个 MCP
Chess 416f38be
An MCP server that provides chess FEN (Forsyth Edwards Notation) symbol validation and ASCII board visualization capabilities, which can be easily integrated into MCP compatible AI assistants.
下一个 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.