Tabfleet for Claude Desktop
com.tabfleet/tabfleet
Launch, inspect, control, and share isolated cloud browsers for your agents.
client:Claude Desktop
transport:streamable-http
Install Tabfleet in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tabfleet": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tabfleet.com/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs