profiseeARH/chess-mcp
3.2
If you are the rightful owner of chess-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a versatile tool designed to facilitate communication and integration between different software components, particularly in environments where model-based processes are utilized.
Install this MCP server by adding the following JSON code to your configuration file:
{
"mcpServers": {
"chess": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/profiseeARH/chess-mcp.git",
"chess"
]
}
}
}