Skip to content
Cline

MCPBridge for Cline

io.github.iamjrmh/mcpbridge

Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.

client:Cline transport:stdio runtime:npm

Install MCPBridge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "mcpbridge": {
      "command": "npx",
      "args": [
        "-y",
        "@iamjrmh/mcpbridge"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCPBridge in other clients