Chess
Description
# 国际象棋FEN验证可视化服务 Chess 一个提供国际象棋FEN(Forsyth-Edwards Notation)符号验证和ASCII棋盘可视化功能的MCP服务器,可轻松集成到MCP兼容的AI助手中。 An MCP server that provides chess FEN (Forsyth Edwards Notation) symbol validation and ASCII board visualization capabilities, which can be easily integrated into MCP…
About
# 国际象棋FEN验证可视化服务 Chess 一个提供国际象棋FEN(Forsyth-Edwards Notation)符号验证和ASCII棋盘可视化功能的MCP服务器,可轻松集成到MCP兼容的AI助手中。 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.## 工具列表 Tool List…
Details
- Author
- xiaobenyang-com
- Downloads
- 295
- Categories
- Other
Jump to
- Validates chess FEN notation
- Visualizes FEN as an ASCII chess board
- Easy integration with MCP‑compatible AI assistants
- Requires XBY‑APIKEY for authentication
- Supports SSE, streamable HTTP, and STDIO transports
- Online inspector available for testing
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ChessCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server with an XBY‑APIKEY from xiaobenyang.com. Use one of three transports (SSE, streamable HTTP, or STDIO) as shown in the sample configurations. Invoke the visualize_fen tool to convert a FEN string into an ASCII chess board.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"chess": {
"\u56fd\u9645\u8c61\u68cbFEN\u9a8c\u8bc1\u53ef\u89c6\u5316\u670d\u52a1": {
"command": "npx",
"args": [
"-y",
"xiaobenyang-mcp"
],
"env": {
"XBY_APIKEY": "<YOUR_XBY_APIKEY>",
"mcpId": "1777316659713027"
},
"transport": "stdio"
}
}
}
}
McpServers
{
"\u56fd\u9645\u8c61\u68cbFEN\u9a8c\u8bc1\u53ef\u89c6\u5316\u670d\u52a1": {
"command": "npx",
"args": [
"-y",
"xiaobenyang-mcp"
],
"env": {
"XBY_APIKEY": "<YOUR_XBY_APIKEY>",
"mcpId": "1777316659713027"
},
"transport": "stdio"
}
}
国际象棋FEN验证可视化服务 Chess
一个提供国际象棋FEN(Forsyth-Edwards Notation)符号验证和ASCII棋盘可视化功能的MCP服务器,可轻松集成到MCP兼容的AI助手中。
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.## 工具列表 Tool List
本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。
| 工具 Tool | 描述 Description |
|-------|--------------------|
| visualize_fen | Convert FEN notation to ASCII chess board visualization |
检查服务 ## Inspector
工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659713027
Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659713027
服务配置 MCP Server Config
> #### 如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?
> 访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY
> Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.
SSE
{
"mcpServers": {
"国际象棋FEN验证可视化服务": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "sse",
"url": "https://mcp.xiaobenyang.com/1777316659713027/sse"
}
}
}
STREAMABLE HTTP
{
"mcpServers": {
"国际象棋FEN验证可视化服务": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "streamable_http",
"url": "https://mcp.xiaobenyang.com/1777316659713027/mcp"
}
}
}
STDIO
{
"mcpServers": {
"国际象棋FEN验证可视化服务": {
"command": "npx",
"args": [
"-y",
"xiaobenyang-mcp"
],
"env": {
"XBY_APIKEY": "<YOUR_XBY_APIKEY>",
"mcpId": "1777316659713027",
},
"transport": "stdio"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



