currents-dev/currents-mcp
ποΈ π βοΈ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev).
Ads
Overview
ποΈ π βοΈ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev).
Installation
claude mcp add --transport stdio currents --env CURRENTS_API_KEY=<KEY> -- npx -y @currents/mcp
Configuration
{
"mcpServers": {
"currents": {
"command": "npx",
"args": ["-y", "@currents/mcp"],
"env": {
"CURRENTS_API_KEY": "your-api-key"
}
}Capabilities
- Query runs and test results
Ask for recent CI runs or historical results via `currents-get-runs` and `currents-get-test-results`.
- Diagnose failures with context
Get failure context for AI debugging at run, instance, or test level using `currents-get-context`.
- Collect test evidence
Retrieve screenshots, videos, traces, and attachments from CI runs with `currents-get-test-evidence`.
- Manage quarantine and actions
List, create, update, or disable actions like quarantine rules via `currents-list-actions` and `currents-create-action`.
- Manage webhooks
List, create, update, or delete project webhooks with `currents-list-webhooks` and `currents-create-webhook`.
Tags
- development
- awesome-list
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.