安装
将以下安装添加到现有安装中 claude_desktop_config.json 文件:
"add2Int": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/CyprianFusi/mcpserver_example.git",
"mcp-server"
]
}如果这是您的第一台MCP服务器,请使用以下内容:
{
"mcpServers": {
"add2Int": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/CyprianFusi/mcpserver_example.git",
"mcp-server"
]
}
}
}