Browser
Freeby MCP Community
MCP server for browser use access
v1.2.29Added Apr 12, 2026
Browser MCP Server
MCP server for browser use access
Installation
npx -y @agent-infra/mcp-server-browser
Reviews
Installation
Quick install
npx -y @agent-infra/mcp-server-browser
Add to claude_desktop_config.json
{
"mcpServers": {
"browser": {
"command": "npx",
"args": ["-y", "@agent-infra/mcp-server-browser"]
}
}
}