Browser Tools
Freeby MCP Community
MCP (Model Context Protocol) server for browser tools integration
v1.2.1Added Apr 12, 2026
mcpmodel-context-protocolbrowsertoolsdebugging
Browser Tools MCP Server
MCP (Model Context Protocol) server for browser tools integration
Installation
Reviews
Installation
Quick install
npx -y @agentdeskai/browser-tools-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"browser-tools": {
"command": "npx",
"args": ["-y", "@agentdeskai/browser-tools-mcp"]
}
}
}