Chess
@xiaobenyang-com
About Chess
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"国际象棋FEN验证可视化服务": {
"command": "npx",
"args": [
"-y",
"xiaobenyang-mcp"
],
"env": {
"XBY_APIKEY": "<YOUR_XBY_APIKEY>",
"mcpId": "1777316659713027"
},
"transport": "stdio"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Chess?
Chess is an MCP (Model Context Protocol) server that provides chess FEN (Forsyth‑Edwards Notation) validation and ASCII board visualization. It is designed for integration into MCP‑compatible AI assistants, enabling them to interpret and display chess positions from FEN strings.
How to use Chess?
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.
Key features of Chess
- 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
Use cases of Chess
- An AI assistant displays a chess board from a FEN string during a game analysis.
- A chatbot validates whether a user‑supplied FEN is correctly formatted.
- A teaching tool visualizes chess positions step by step from FEN sequences.
- A developer tests and debugs FEN output with an online inspector.
FAQ from Chess
How do I get an XBY‑APIKEY?
Visit the XiaoBenYang website at https://xiaobenyang.com, register an account, and you will receive an API key.
What transport options does Chess support?
The server supports SSE (Server‑Sent Events), Streamable HTTP, and STDIO transports. Configuration examples for each are provided in the README.
What tool does Chess provide?
The server provides one tool: visualize_fen, which converts FEN notation into an ASCII chess board representation.
Is there an online tool to test the Chess server?
Yes, an online inspector is available at https://mcp.xiaobenyang.com/inspector/1777316659713027 for testing the tool.
Frequently asked questions
How do I get an XBY‑APIKEY?
Visit the XiaoBenYang website at [https://xiaobenyang.com](https://xiaobenyang.com), register an account, and you will receive an API key.
What transport options does Chess support?
The server supports SSE (Server‑Sent Events), Streamable HTTP, and STDIO transports. Configuration examples for each are provided in the README.
What tool does Chess provide?
The server provides one tool: `visualize_fen`, which converts FEN notation into an ASCII chess board representation.
Is there an online tool to test the Chess server?
Yes, an online inspector is available at [https://mcp.xiaobenyang.com/inspector/1777316659713027](https://mcp.xiaobenyang.com/inspector/1777316659713027) for testing the tool.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments