Content
# 🚀 Cursor MCP Installation Tool
> MCP server installer designed for Cursor, easily extending AI capabilities
## 📋 Features Overview
This is a meta-server designed specifically for Cursor users, helping you install and configure other MCP servers with one click. It supports installing servers from npm or PyPi and automatically handles the configuration process.
**Technical Requirements**:
- `npx` must be installed for Node.js servers
- `uv` must be installed for Python servers
## 🔧 Installation Method
Add the following configuration to the Cursor MCP configuration file:
- **Windows**: `C:\Users\Username\.cursor\mcp.json`
- **macOS**: `~/.cursor/mcp.json`
### Method 1 (Recommended):
```json
{
"mcpServers": {
"cursor-mcp-installer": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@yumia-pretty/cursor-mcp-installer@latest"
]
}
}
}
```
### Method 2:
```json
{
"mcpServers": {
"cursor-mcp-installer": {
"command": "npx",
"args": [
"@yumia-pretty/cursor-mcp-installer"
]
}
}
}
```
## 📊 Compatibility
This tool is compatible with all standard MCP servers, including npm packages and locally developed servers.
## 📦 Source Code
The source code for this project is hosted on GitHub: [yumia-pretty/cursor-mcp-installer](https://github.com/yumia-pretty/cursor-mcp-installer)
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
git
A Model Context Protocol server for Git automation and interaction.