
Browser Tools
Summary
Browser Tools MCP provides web browsing capabilities for AI assistants through the @agentdeskai/browser-tools-mcp package. It runs as a Node.js application in a Docker container, configurable via smithery.yaml to adjust port settings and log levels. The implementation uses a non-root user for security and supports both standard and Server-Sent Events (SSE) communication modes. This tool enables AI models to interact with web content, making it valuable for workflows requiring web scraping, content analysis, or automated browsing tasks.
Available Actions(7)
runAccessibilityAudit
Ensures the page meets accessibility standards like WCAG.
runPerformanceAudit
Identifies performance bottlenecks and loading issues.
runSEOAudit
Evaluates how well the page is optimized for search engines.
runBestPracticesAudit
Checks for general best practices in web development.
runAuditMode
Runs all audits in a particular sequence. Will run a NextJS audit if the framework is detected.
runNextJSAudit
Checks for best practices and SEO improvements for NextJS applications.
runDebuggerMode
Runs all debugging tools in a particular sequence.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation
Quick Setup
Bundle and Download
Our bundler currently only supports TypeScript-based servers. Check back soon!