claude bridge mcp for Cursor
io.github.rahuljava2807/claude-bridge-mcp
Pipes Claude Code session output into Claude Chat — no more copy-paste between tools
client:Cursor
transport:stdio
runtime:npm
Install claude bridge mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claude-bridge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rahulonramp2807/claude-bridge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs