小智 & Cursor 的 MCP 启动器 - MCP For Cursor&xiaozhi。打包成可执行文件。Turn MCP server into an executable file
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_server_exe": {
"command": "npx",
"args": [
"-y",
"shadowcz007/mcp_server_exe"
]
}
}
}
Run in terminal:
claude mcp add mcp_server_exe npx -y shadowcz007/mcp_server_exe
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_server_exe": {
"command": "npx",
"args": [
"-y",
"shadowcz007/mcp_server_exe"
]
}
}
}