ricardodeazambuja/browser-mcp-server
Yet Another Browser MCP Server
Platform-specific configuration:
{
"mcpServers": {
"browser-mcp-server": {
"command": "npx",
"args": [
"-y",
"browser-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A universal browser automation MCP server using Playwright. Control Chrome programmatically through the Model Context Protocol.
63 powerful browser automation tools including multi-tab management, media monitoring/control, low-level interaction, session recording, CDP-based performance profiling, network analysis, security testing, and on-demand documentation.
| Installation Method | Best For | Setup Time | |-------------------|----------|------------| | NPM Package | Production use, easy updates | 30 seconds | | Clone Repository | Development, contributing | 2 minutes | | Direct Download | Quick testing, minimal setup | 1 minute |
| MCP Client | Config File Location | |------------|---------------------| | Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)<br>%APPDATA%/Claude/claude_desktop_config.json (Windows) | | Antigravity | ~/.gemini/antigravity/mcp_config.json | | Claude Code | Use claude mcp add command | | Gemini CLI | Use gemini mcp add command |
Key Points:
Loading reviews...