imprvhub/mcp-browser-agent
A Model Context Protocol (MCP) integration that provides Claude Desktop with autonomous browser automation capabilities.
Quick Start
Clone the repository:
git clone https://github.com/imprvhub/mcp-browser-agentClaude Desktop configuration example:
{
"mcpServers": {
"mcp-browser-agent": {
"command": "npx",
"args": [
"-y",
"imprvhub/mcp-browser-agent"
]
}
}
}Check the repository README for specific installation and configuration instructions.