Trace MCP - Bridge between AI Agents and Trace
> Give your AI Agent eyes and hands to debug web applications
Trace MCP is the bridge between AI coding agents (Cursor, Claude Code, VS Code, Windsurf, etc.) and Trace - the debugging intelligence platform for web applications.
Settings → Features → MCP Servers → Add Server
``json`
{
"trace": {
"command": "npx",
"args": ["@probebrowser/trace-mcp"]
}
}
`bash`
claude mcp add trace -- npx @probebrowser/trace-mcp
`json`
{
"mcp.servers": {
"trace": {
"command": "npx",
"args": ["@probebrowser/trace-mcp"]
}
}
}
Add to your MCP config:
`json`
{
"trace": {
"command": "npx",
"args": ["@probebrowser/trace-mcp"]
}
}
Once connected, your AI agent can:
| Category | Tools |
|----------|-------|
| Console | Read logs, errors, warnings |
| Network | Capture requests, responses, failures |
| DOM | Inspect elements, query selectors |
| Performance | Analyze metrics, timings |
| Screenshots | Capture page state |
| Accessibility | Run a11y audits |
| Storage | Read cookies, localStorage |
96 debugging tools available to your AI agent!
- Trace Website
- MCP Setup Guide
- Tools Reference
- @probebrowser/trace - CLI for manual debugging
- @probebrowser/sdk` - SDK for programmatic use
See LICENSE for details.