cursor-mcp-installer

Installs MCPs in cursor for you, give it a git URL and let it rip

GitHub Stars

69

User Rating

Not Rated

Favorites

0

Views

18

Forks

6

Issues

6

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Global Installation

bash
npm install -g cursor-mcp-installer-free@0.1.3

2. Edit Cursor Configuration File

Add the following to your ~/.cursor/mcp.json (create it if it doesn't exist):
json
{
  "mcpServers": {
    "MCP Installer": {
      "command": "npx",
      "type": "stdio",
      "args": [
        "cursor-mcp-installer-free@0.1.3",
        "index.mjs"
      ]
    }
  }
}

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources