@yarlisai/rapidtriage-mcp
v1.0.0
Published
YarlisAISolutions RapidTriage MCP - AI-powered browser debugging and triage platform using Model Context Protocol
Maintainers
Readme
RapidTriage MCP Server
A Model Context Protocol (MCP) server by YarlisAISolutions that provides AI-powered browser triage and debugging capabilities. This server works in conjunction with the RapidTriage Server to provide comprehensive browser analysis and remote debugging.
Features
- MCP protocol implementation
- Browser console log access
- Network request analysis
- Screenshot capture capabilities
- Element selection and inspection
- Real-time browser state monitoring
- Accessibility, performance, SEO, and best practices audits
Prerequisites
- Node.js 14 or higher
- RapidTriage Server running
- Chrome or Chromium browser installed (required for audit functionality)
Installation
npx @yarlisai/rapidtriage-mcpOr install globally:
npm install -g @yarlisai/rapidtriage-mcpUsage
- First, make sure the RapidTriage Server is running:
npx @yarlisai/rapidtriage-server- Then start the MCP server:
npx @yarlisai/rapidtriage-mcp- The MCP server will connect to the RapidTriage Server and provide the following capabilities:
- Console log retrieval
- Network request monitoring
- Screenshot capture
- Element selection
- Browser state analysis
- Accessibility and performance audits
MCP Functions
The server provides the following MCP functions:
mcp_getConsoleLogs- Retrieve browser console logsmcp_getConsoleErrors- Get browser console errorsmcp_getNetworkErrors- Get network error logsmcp_getNetworkSuccess- Get successful network requestsmcp_getNetworkLogs- Get all network logsmcp_getSelectedElement- Get the currently selected DOM elementmcp_runAccessibilityAudit- Run a WCAG-compliant accessibility auditmcp_runPerformanceAudit- Run a performance auditmcp_runSEOAudit- Run an SEO auditmcp_runBestPracticesAudit- Run a best practices audit
Integration
This server works with ALL MCP-compatible IDEs and AI platforms:
Supported IDEs:
- Cursor - AI-first code editor
- VS Code - With Continue extension
- Zed - Multiplayer code editor
- Cline - Autonomous coding agent
- Claude Desktop - Official Anthropic app
- Windsurf - AI pair programming IDE
- JetBrains - IntelliJ, WebStorm, PyCharm
- Neovim - With AI plugins
- Sublime Text - With LSP-AI
- Any MCP client - Generic support
See IDE_CONFIGURATION.md for detailed setup instructions.
License
MIT
