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