claude-cursor-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@claude-cursor-mcpread the current active file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude-Cursor MCP Bridge
Lets Claude.ai talk directly to your Cursor editor — read files, write code, get selections, and more.
📖 Full setup guide + download → one06cm127.github.io/claude-cursor-mcp
⭐ If this actually worked for you, drop a star — it helps more people find it!
💬 Heads up — I vibe coded this whole thing, so if something's broken or you need help setting it up, just ask Claude lol
Related MCP server: MCP Server for VS Code
What's Included
cursor-mcp-bridge-0.0.1.vsix— Cursor/VS Code extension (install this first)server.py— MCP server that connects Claude.ai to the extensionpackage.json— Extension manifest
Requirements
Setup
See the full installation guide at the link above, or follow the steps below.
Step 1 — Install the Cursor Extension
Open Cursor
Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac)Type
Extensions: Install from VSIXSelect
cursor-mcp-bridge-0.0.1.vsixReload Cursor — you should see "Claude-Cursor MCP Bridge started on port 9877"
Step 2 — Install Python Dependencies
pip install mcpOr with uv:
uv pip install mcpStep 3 — Configure Claude.ai
Go to Claude.ai → Settings → Integrations → Add MCP Server and add:
{
"mcpServers": {
"cursor": {
"command": "python",
"args": ["/full/path/to/server.py"]
}
}
}Replace /full/path/to/server.py with the actual path where you saved server.py.
Step 4 — Test It
In Claude.ai, try: "What files do I have open in Cursor?"
Available Tools
Tool | Description |
| List all open files |
| Get the focused file's content |
| Read any file by path |
| Write/overwrite a file |
| Insert text at cursor position |
| Get selected text |
| Replace selected text |
| Open a file in the editor |
| Get current project path |
| Show a notification in Cursor |
How It Works
The extension runs a local TCP server on port 9877. The Python MCP server connects Claude.ai to this socket, translating MCP tool calls into editor commands.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/one06cm127/claude-cursor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server