Back to MCP Servers
Browser Agent
A Model Context Protocol (MCP) integration that provides Claude Desktop with autonomous browser automation capabilities.
browser-automationbrowserautomationagent
By imprvhub
Installation
npx -y mcp-browser-agentConfiguration
{
"mcpServers": {
"mcp-browser-agent": {
"command": "npx",
"args": ["-y", "mcp-browser-agent"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes