2025-02-27 13:25:34 +01:00
# BrowserTools MCP (Fork)
2025-03-06 18:31:12 +01:00
This fork of [BrowserTools MCP ](https://github.com/AgentDeskAI/browser-tools-mcp ) extends the original browser monitoring toolset with Lighthouse-powered accessibility, performance, and SEO audits, leveraging Puppeteer for headless browser control.
2025-02-27 13:25:34 +01:00
## Key Additions
2025-03-06 18:31:12 +01:00
- **Accessibility Audits**:
2025-02-27 13:25:34 +01:00
- **Performance Audits**: Analyze page load and runtime efficiency.
- **SEO Audits**: Assess on-page SEO factors and suggest improvements.
2025-03-06 18:31:12 +01:00
- **Best Practices Audit**: Run a best practices audit.
2025-02-27 13:25:34 +01:00
- **Puppeteer Integration**: Enables reliable, headless browser audits.
### Using Audit Tools
2025-03-06 18:31:12 +01:00
#### Before you start
Make sure that you have an active tab in your browser with BrowserTools extension being active.
#### Running audits
2025-02-27 13:25:34 +01:00
The MCP server provides tools to run audits on the current page. Here are example queries you can use to trigger them:
- **Accessibility Audit** (`runAccessibilityAudit` ):
- "Are there any accessibility issues on this page?"
- "Run an accessibility audit."
- "Check if this page meets WCAG standards."
- **Performance Audit** (`runPerformanceAudit` ):
- "Why is this page loading so slowly?"
- "Check the performance of this page."
- "Run a performance audit."
- **SEO Audit** (`runSEOAudit` ):
- "How can I improve SEO for this page?"
- "Run an SEO audit."
- "Check SEO on this page."
2025-03-06 18:31:12 +01:00
- **Best Practices Audit** (`runBestPracticesAudit` ):
- "Run a best practices audit."
- "Check best practices on this page."
- "Are there any best practices issues on this page?"
2025-02-27 13:25:34 +01:00
## Quick Start
- Follow the [Browser Tools installation guide ](https://browsertools.agentdesk.ai/installation )
- To try the new tools, make sure to stand in the current tab (that you want to scan) with the Browser tools extension active