1. install_repo_mcp_server
Install MCP servers from npm packages or repositories.
2. install_local_mcp_server
Install MCP servers from local directories.
3. add_to_cursor_config
Add custom MCP server configurations.
Cursor MCP Installer is a Model Context Protocol server that simplifies installing and configuring other MCP servers within Cursor IDE. It provides tools for installing from npm packages, local directories, and custom configurations with easy setup.
{
"mcpServers": {
"MCP Installer": {
"command": "npx",
"type": "stdio",
"args": [
"cursor-mcp-installer-free@0.1.3",
"index.mjs"
]
}
}
}