Skip to main content
In order to use MCP, you need to add the MCP server config to an AI application that supports MCP. Example applications that support MCP:
  1. Open full Cursor settings
  2. Navigate to the “MCP” tab
  3. Click “Add new global MCP server”
  4. Add the server config below
  5. Click the refresh button next to the “browsermcp” server to reload the server config
For more information, see Cursor’s MCP documentation.
See Claude’s MCP documentation
Claude Desktop currently has a bug where MCP servers are started twice. This will cause Claude to show an error when using the Browser MCP server but it will still work.

Server config

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