通过将以下json代码添加到json配置文件中来安装此MCP服务器。
{
"mcpServers": {
"server":{
"command": "uv",
"args": [
"--from",
"git+https://github.com/jainnitin2411/ChessMCPServer.git",
"chess"
]
}
}
}