currents-dev/currents-mcp
by Various
Currents MCP Server
MCP
currents-dev/currents-mcp
Added 1 June 2026
Overview
Currents MCP Server is a TypeScript-based tool that provides a Model Context Protocol interface for interacting with Currents, a cloud platform for Cypress test execution. It enables AI agents to query test results, manage runs, and access dashboard data through standardized MCP endpoints.
Best for
Best for
Developers using Currents for Cypress testing who want AI agents to access test data
Use cases
- Query test run status and results from Currents via an AI agent
- Automate test result retrieval and analysis in CI/CD pipelines
- Integrate Currents test data into AI-driven debugging workflows
How to use
Install
claude mcp add --transport stdio currents --env CURRENTS_API_KEY=<KEY> -- npx -y @currents/mcp Tools exposed
currents-list-actionscurrents-create-actioncurrents-get-actioncurrents-update-actioncurrents-delete-actioncurrents-enable-actioncurrents-disable-actioncurrents-list-affected-testscurrents-get-affected-test-executionscurrents-get-affected-executionscurrents-get-projectscurrents-get-projectcurrents-get-project-insightscurrents-list-pull-requestscurrents-list-project-termscurrents-create-jira-issuecurrents-link-jira-issuecurrents-list-jira-projectscurrents-list-jira-issue-typescurrents-get-runs
Tested with
Claude Desktop, Claude Code, Cursor
Example client config
{\n "mcpServers": {\n "currents": {\n "command": "npx",\n "args": ["-y", "@currents/mcp"],\n "env": {\n "CURRENTS_API_KEY": "your-api-key"\n }\n }\n }\n} Notes
Currents MCP Server is a TypeScript-based tool that provides a Model Context Protocol interface for interacting with Currents, a cloud platform for Cypress test execution. It enables AI agents to query test results, manage runs, and access dashboard data through standardized MCP endpoints.
17 stars on GitHub. Last updated 2026-05-29. Licensed Apache-2.0.
Use cases
- Query test run status and results from Currents via an AI agent
- Automate test result retrieval and analysis in CI/CD pipelines
- Integrate Currents test data into AI-driven debugging workflows
Pros
- Lightweight and focused on a specific use case
- Leverages the MCP standard for agent interoperability
- Open source with TypeScript for easy customization
Cons
- Very early stage with only 17 GitHub stars
- Limited to Currents platform users
- Requires understanding of MCP for effective use
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight and focused on a specific use case
- Leverages the MCP standard for agent interoperability
- Open source with TypeScript for easy customization
Cons
- Very early stage with only 17 GitHub stars
- Limited to Currents platform users
- Requires understanding of MCP for effective use
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.