Claude Cursor Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Claude Cursor Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Lets Claude.ai talk directly to your Cursor editor — read files, write code, get selections, and more.
⭐ 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
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 manifestSee the full installation guide at the link above, or follow the steps below.
Ctrl+Shift+P (or Cmd+Shift+P on Mac)Extensions: Install from VSIXcursor-mcp-bridge-0.0.1.vsixpip install mcpOr with uv:
uv pip install mcpGo 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.
In Claude.ai, try: "What files do I have open in Cursor?"
| 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 |
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.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.