入门攻略
MCP提交
探索
Cursor MCP Installer
安装
内容详情
替代品
安装
复制以下命令到你的Client进行配置
{
"mcpServers": {
"cursor-mcp-installer": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@yumia-pretty/cursor-mcp-installer@latest"
]
}
}
}
{
"mcpServers": {
"cursor-mcp-installer": {
"command": "npx",
"args": [
"@yumia-pretty/cursor-mcp-installer"
]
}
}
}