MCPBridge for Cursor
io.github.iamjrmh/mcpbridge
Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.
client:Cursor
transport:stdio
runtime:npm
Install MCPBridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@iamjrmh/mcpbridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs