Cursor MCP InstallerServer

matthewdcage
GitHub
MCPCursor IDEInstallation

Loading subscription status...

💡 Description

A server that simplifies the installation and configuration of MCP servers for Cursor IDE using the Model Context Protocol (MCP).

📝 JSON Entries

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

🛠️ Tools

cursor-mcp-installer-freenpx

Features

  • Install MCP servers from npm packages
  • Install MCP servers from local directories
  • Configure MCP servers for Cursor
  • Add custom MCP server configurations

💬 Example Queries

  • Install the MCP server named mcp-server-fetch
  • Install the MCP server for OpenAPI schema exploration with my-schema.yaml