Cursor MCP Installer
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
Jump to
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cursor MCP InstallerCommand (node, npx, python, etc.)npxArguments-
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.
-
Argument 1
- 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"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




