Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Standard I/O
npx (run directly)
npx @browsermcp/mcpAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"-browsermcp-mcp": {
"args": [
"@browsermcp/mcp"
],
"command": "npx"
}
}
}