Skip to content
VS Code

Agent360 Browser MCP for VS Code

io.github.agent360dk/browser-mcp

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

client:VS Code transport:stdio runtime:npm

Install Agent360 Browser MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Agent360 Browser MCP in other clients