@rapidtriageme/mcp
v2.1.0
Published
RapidTriageME MCP Server — AI-powered browser debugging and triage via Model Context Protocol. Connect Claude, Cursor, and any MCP-compatible AI to live browser diagnostics.
Maintainers
Readme
@rapidtriageme/mcp
AI-powered browser debugging and triage via Model Context Protocol
Connect Claude, Cursor, Windsurf, or any MCP-compatible AI assistant to live browser diagnostics — console logs, network errors, screenshots, performance audits, and more.
Quick Start
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"rapidtriage": {
"command": "npx",
"args": ["-y", "@rapidtriageme/mcp"],
"env": {
"RAPIDTRIAGE_API_TOKEN": "your_token_here"
}
}
}
}Cursor / Windsurf
{
"mcp": {
"servers": {
"rapidtriage": {
"command": "npx",
"args": ["-y", "@rapidtriageme/mcp"],
"env": {
"RAPIDTRIAGE_API_TOKEN": "your_token_here"
}
}
}
}
}Global Install
npm install -g @rapidtriageme/mcp
rapidtriage-mcpMCP Tools
| Tool | Description |
|------|-------------|
| getConsoleLogs | Browser console logs (all levels) |
| getConsoleErrors | Console errors only |
| getNetworkLogs | All network requests |
| getNetworkErrors | Failed network requests |
| takeScreenshot | Current tab screenshot |
| getSelectedElement | Inspect selected DOM element |
| runAccessibilityAudit | Lighthouse a11y audit |
| runPerformanceAudit | Lighthouse performance audit |
| runSEOAudit | Lighthouse SEO audit |
| runAuditMode | Full triage report |
Environment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| RAPIDTRIAGE_API_TOKEN | Your API token from rapidtriage.me | — |
| BROWSER_TOOLS_MODE | auto | local | cloudrun | custom | auto |
| BROWSER_TOOLS_URL | Custom server URL | — |
| BROWSER_TOOLS_PORT | Local server port | 3025 |
Getting a Token
- Sign up at rapidtriage.me
- Go to Settings → API Keys
- Create a new key and copy it
Chrome Extension
For full browser integration, install the RapidTriage DevTools Chrome extension: Chrome Web Store →
Links
License
MIT © YarlisAISolutions
