
Cursor MCP Installer
A Model Context Protocol (MCP) server for Cursor IDE that simplifies the installation and configuration of other MCP servers.
README
Cursor MCP Installer
<div align="center">
<pre style="text-align: center;">
/ /\ /\ // \ //\ //\ / \ / _
/ / / / \ / //\ \ // // // / \ / / / /)/
/ /\ _/ / _ _\ / _// _ / //\ / // /
_/ _// _/_/_// _// /__//
_ /\ \ / /_ /\ / / / / //\
/ // / /\ \ / ///\ / / / / /\ / //
// // /\ / \ \ / / / _ / // //// _ \
_/_\ / _/ / _/ _/_/_/_// _/
+---------------------------------------------+ | 🚀 CURSOR MCP INSTALLER 🚀 | | ✨ Magically install MCP servers with ease ✨ | +---------------------------------------------+ </pre>
<p>A Model Context Protocol (MCP) server for installing and configuring other MCP servers within Cursor IDE.</p>
<a href="https://www.linkedin.com/in/digitalmarketingstrategyexpert/"> <img src="https://img.shields.io/badge/LinkedIn-Matthew_Cage-blue?style=flat&logo=linkedin" alt="LinkedIn"/> </a> </div>
📢 NOW AVAILABLE ON NPM! Install with a simple
npm install -g cursor-mcp-installer-free
command or use directly withnpx cursor-mcp-installer-free
oruvx cursor-mcp-installer-free
!
🔄 Latest Updates (v0.1.3): Improved path handling for all MCP server installations, better OpenAPI schema detection, and more robust server discovery in local directories. Thanks to @ItzAmirreza for submitting the initial installation path handling issue. See CHANGELOG.md for details.
Quick Start Guide
Step 1: Add to Cursor Configuration
Choose one of these methods to add the MCP Installer to your Cursor configuration:
Using npx (Easiest - No Installation Required)
Add this to your ~/.cursor/mcp.json
file (create it if it doesn't exist):
{
"mcpServers": {
"MCP Installer": {
"command": "npx",
"type": "stdio",
"args": [
"cursor-mcp-installer-free@0.1.3",
"index.mjs"
]
}
}
}
Using npm (Global Installation)
npm install -g cursor-mcp-installer-free@0.1.3
Then add to your ~/.cursor/mcp.json
:
{
"mcpServers": {
"MCP Installer": {
"command": "cursor-mcp-installer-free",
"type": "stdio",
"args": [
"index.mjs"
]
}
}
}
Step 2: Restart Cursor
Close and reopen Cursor to apply the configuration changes.
Step 3: Use Claude to Install Servers
Ask Claude to install any MCP server for you:
Install the web search MCP server
or
Install the MCP server for OpenAPI schema exploration with my-schema.yaml
Step 4: What You'll See When Installed
Once properly installed and Cursor is restarted, you'll see the MCP Installer available in the sidebar when using Claude:
<img src="docs/installtion-success-cursor-screenshot.png" alt="MCP Installer Interface" width="500"/>
The MCP Installer provides three main tools:
install_repo_mcp_server
: Install MCP servers from npm packages or repositoriesinstall_local_mcp_server
: Install MCP servers from local directoriesadd_to_cursor_config
: Add custom MCP server configurations
Features
- Install MCP servers from npm packages
- Install MCP servers from local directories
- Configure MCP servers for Cursor
- Add custom MCP server configurations
Prerequisites
Before using this tool, you need to have installed:
- Node.js (for npm packages)
- Cursor IDE
Installation
There are several ways to install and use the Cursor MCP Installer:
1. Using npm (Recommended)
npm install -g cursor-mcp-installer-free@0.1.3
After installation, add it to your Cursor MCP configuration file:
{
"mcpServers": {
"MCP Installer": {
"command": "cursor-mcp-installer-free",
"type": "stdio",
"args": [
"index.mjs"
]
}
}
}
2. Using npx (No Installation Required)
You can use npx to run the package without installing it globally:
{
"mcpServers": {
"MCP Installer": {
"command": "npx",
"type": "stdio",
"args": [
"cursor-mcp-installer-free@0.1.3",
"index.mjs"
]
}
}
}
3. Direct from GitHub
Clone the repository and build it locally:
# Clone the repository
git clone https://github.com/matthewdcage/cursor-mcp-installer.git
cd cursor-mcp-installer
# Install dependencies and build
npm install
npm run build
Then configure Cursor to use your local installation:
{
"mcpServers": {
"MCP Installer": {
"command": "node",
"type": "stdio",
"args": [
"/path/to/cursor-mcp-installer/lib/index.mjs"
]
}
}
}
Replace /path/to/cursor-mcp-installer
with the actual path where you've cloned the repository.
Where is the Cursor MCP Configuration File?
The Cursor MCP configuration file is located at:
- macOS/Linux:
~/.cursor/mcp.json
- Windows:
%USERPROFILE%\.cursor\mcp.json
If the file doesn't exist, you can create it with the content from any of the installation methods above.
Path Handling Improvements in v0.1.3
Version 0.1.3 introduces significant improvements to path handling for MCP server installations:
Enhanced Path Resolution
- Properly normalizes both relative and absolute paths
- Handles paths with spaces and special characters
- Ensures consistent path formatting across different operating systems
Better Schema Detection
- Now scans all arguments for schema files, not just the first one
- Supports more schema file extensions (.yaml, .yml, .json, .openapi)
- Properly normalizes schema file paths before passing to servers
Improved Server Discovery
- Added detection of common server entry points in local directories
- Enhanced support for Python-based MCP servers
- Better error reporting for path-related issues
These improvements make the MCP Installer more robust for all types of server installations, especially when dealing with custom file paths, OpenAPI schemas, and local directory installations.
Usage
Once installed, you can use Claude or Cursor to interact with the MCP Installer. Here are some example prompts:
Install an npm package as an MCP server
Install the MCP server named mcp-server-fetch
Install with arguments
Install the @modelcontextprotocol/server-filesystem package as an MCP server. Use ['/home/user/documents'] for the arguments
Install a local MCP server
Install the MCP server at /home/user/projects/my-mcp-server
Install with environment variables
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.