OpenCode MCP Bridge for Claude Desktop
io.github.manuotel/opencode-mcp-bridge
Coordinate and verify OpenCode workers over MCP Streamable HTTP.
client:Claude Desktop
transport:streamable-http
Install OpenCode MCP Bridge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"opencode-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://opencode-mcp.manuotel.com/worker-mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs