claude-cursor-mcp
Click on "Deploy 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: Claude Code MCP for Cursor
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 deployed
Maintenance
Related MCP Connectors
Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
- AurentiaOAuthfr.aurentia
Your Aurentia workspace — projects, CRM, tasks, deliverables — in Claude, Cursor or any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceFacilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.739MIT
- AlicenseBqualityCmaintenanceBridges Claude Code CLI with Cursor IDE to use your existing Claude subscription without separate API costs.13MIT
- FlicenseNot gradedqualityDmaintenanceTurns Claude Desktop into a Cursor-like assistant for code browsing, editing, searching, linting, formatting, and version control.-
- AlicenseNot gradedqualityBmaintenanceEnables Claude Code CLI to interact with Obsidian by reading selections, opening files, showing diffs, and running an embedded terminal.MIT