You need to have Node.js installed to use the Browser MCP server.
Add the MCP server config to an AI application that supports MCP.
Example applications that support MCP:
Cursor
For more information, see Cursor’s MCP documentation.
Claude Desktop
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.
Windsurf
See Windsurf’s MCP documentation
VS Code
See VS Code’s MCP documentation
{ "mcpServers": { "browsermcp": { "command": "npx", "args": ["@browsermcp/mcp@latest"] } } }