Cursor MCP Installer

by yumia-pretty

2 stars
Not rated
GitHub

About

Utility server that simplifies adding new MCP capabilities to Cursor by installing and configuring servers from npm, Python packages, or local repositories without manual configuration file editing.

Details

Author
yumia-pretty
Repository
Gnayiak/cursor-mcp-installer
GitHub stars
2
License
MIT License
Categories
AI, Design, Developer Tools, File Management, Frontend, Infrastructure
Tags
#integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Cursor MCP Installer
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 @yumia-pretty/cursor-mcp-installer

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cursor mcp installer": {
            "cwd": "~/.cursor",
            "env": {},
            "args": [
                "@yumia-pretty/cursor-mcp-installer"
            ],
            "shell": false,
            "command": "npx"
        }
    }
}

Linux

{
    "cwd": "~/.cursor",
    "env": [],
    "args": [
        "@yumia-pretty/cursor-mcp-installer"
    ],
    "shell": false,
    "command": "npx"
}

Macos

{
    "cwd": "~/.cursor",
    "env": [],
    "args": [
        "@yumia-pretty/cursor-mcp-installer"
    ],
    "shell": false,
    "command": "npx"
}

Windows

{
    "cwd": "C:\\Users\\\u7528\u6237\u540d\\.cursor",
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@yumia-pretty/cursor-mcp-installer@latest"
    ],
    "shell": true,
    "command": "cmd"
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.