Skip to content
Grok

Agent360 Browser MCP for Grok

io.github.agent360dk/browser-mcp

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

client:Grok transport:stdio runtime:npm

Install Agent360 Browser MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "browser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agent360/browser-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Agent360 Browser MCP in other clients