Cursor IDE
FreeNot checkedCapable of controlling and pulling from Cursor IDE, powering development workflows.
About
Capable of controlling and pulling from Cursor IDE, powering development workflows.
README
A Model Context Protocol (MCP) implementation that enables seamless integration between Claude AI and desktop applications through Cursor IDE. This tool serves as a bridge between Claude's capabilities and desktop software, allowing for enhanced AI-powered development workflows.
Quick Start (Windows)
Prerequisites
- Node.js v18 or higher
- Cursor IDE
- Windows 10 or higher
Installation
# Install globally npm install -g mcp-cursor # Or install locally git clone https://github.com/yourusername/cursor-mcp.git cd cursor-mcp npm installConfiguration
- Create a
.envfile in your project root:# Windows path example DEFAULT_WORKSPACE_PATH=C:/Users/YourUsername/Documents/cursor-workspaces
- Create a
Add to Claude's MCP Configuration Add the following to your Claude configuration:
{ "name": "cursor", "type": "mcp", "config": { "server": "https://glama.ai/mcp/servers/4fg1gxbcex", "capabilities": ["cursor_control", "window_management"] } }Start the Server
# If installed globally mcp-cursor # If installed locally npm start
Features
- Real-time AI assistance in your development workflow
- Context-aware code suggestions and completions
- Seamless integration with Cursor IDE
- Windows automation for enhanced productivity
Detailed Setup
Local Development Setup
Clone and install:
git clone https://github.com/yourusername/cursor-mcp.git cd cursor-mcp npm installCreate environment config:
cp .env.example .envEdit
.envand set your workspace path:DEFAULT_WORKSPACE_PATH=C:/Users/YourUsername/Documents/cursor-workspacesBuild and run:
# Development mode with hot reload npm run dev # Production mode npm run build npm start
Troubleshooting
Window Detection Issues
- Ensure Cursor IDE is running
- Try restarting the MCP server
- Check if your workspace path is correct
Permission Issues
- Run terminal as administrator for first-time setup
- Ensure proper file permissions in workspace directory
Node Version Issues
- Use
nvmto switch to Node.js v18 or higher:nvm install 18 nvm use 18
- Use
Project Structure
cursor-mcp/
├── src/ # Source code
│ ├── services/ # Core services
│ ├── handlers/ # Event handlers
│ └── types/ # TypeScript definitions
├── build/ # Compiled JavaScript
└── .env # Environment configuration
Scripts
npm run build- Compile TypeScriptnpm start- Run production servernpm run dev- Start development server with hot-reload
Contributing
- Fork the repository
- Create feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add feature') - Push to branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
MIT License - see LICENSE file for details.
Support
For support:
- Open an issue in the GitHub repository
- Join our Discord community
- Check the FAQ
Installing Cursor IDE
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/buga-luga/cursor-mcpFAQ
Is Cursor IDE MCP free?
Yes, Cursor IDE MCP is free — one-click install via Unyly at no cost.
Does Cursor IDE need an API key?
No, Cursor IDE runs without API keys or environment variables.
Is Cursor IDE hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cursor IDE in Claude Desktop, Claude Code or Cursor?
Open Cursor IDE on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cursor IDE with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
