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 MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors