Claude Cursor
FreeNot checkedEnables Claude.ai to interact with the Cursor editor to read files, write code, get selections, and more.
About
Enables Claude.ai to interact with the Cursor editor to read files, write code, get selections, and more.
README
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
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 VSIX - Select
cursor-mcp-bridge-0.0.1.vsix - Reload Cursor — you should see "Claude-Cursor MCP Bridge started on port 9877"
Step 2 — Install Python Dependencies
pip install mcp
Or with uv:
uv pip install mcp
Step 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 |
|---|---|
get_open_files |
List all open files |
get_active_file |
Get the focused file's content |
get_file_content |
Read any file by path |
write_file |
Write/overwrite a file |
insert_at_cursor |
Insert text at cursor position |
get_selection |
Get selected text |
replace_selection |
Replace selected text |
open_file |
Open a file in the editor |
get_workspace_folder |
Get current project path |
show_message |
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
Installing Claude Cursor
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/one06cm127/claude-cursor-mcpFAQ
Is Claude Cursor MCP free?
Yes, Claude Cursor MCP is free — one-click install via Unyly at no cost.
Does Claude Cursor need an API key?
No, Claude Cursor runs without API keys or environment variables.
Is Claude Cursor hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Claude Cursor in Claude Desktop, Claude Code or Cursor?
Open Claude Cursor 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 Claude Cursor with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
