Prerequisites

Node.js

You need to have Node.js installed to use the Browser MCP server.

Add MCP server

Add the MCP server config to an AI application that supports MCP.

Example applications that support MCP:

Server config

{
  "mcpServers": {
    "browsermcp": {
      "command": "npx",
      "args": ["@browsermcp/mcp@latest"]
    }
  }
}