{
  "id": "browser-mcp",
  "name": "Browser MCP",
  "description": "Control your local browser tab — navigate, click, type, and read DOM contents.",
  "docsUrl": "https://browsermcp.io/",
  "iconBg": "#0EA5E9",
  "keywords": [
    "browser",
    "automation",
    "chrome",
    "playwright"
  ],
  "connectionOptions": [
    {
      "id": "none",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "browser_mcp",
        "command": "npx",
        "args": [
          "-y",
          "@browsermcp/mcp"
        ]
      },
      "auth": {
        "strategy": "none"
      }
    }
  ]
}
