LogoSTMCP
Download
cursor-mcp-installer

Cursor MCP Installer

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.

Tools

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.

Open Graph image for Cursor MCP Installer

JSON Config

{
  "mcpServers": {
    "MCP Installer": {
      "command": "npx",
      "type": "stdio",
      "args": [
        "cursor-mcp-installer-free@0.1.3",
        "index.mjs"
      ]
    }
  }
}

Useful Links

Information

Categories