
Checkmate MCP
Supports UIby ksankaran
AI-powered test execution and management with rich visual feedback in VS Code.
What it does
Checkmate MCP exposes AI-driven test execution capabilities. It provides a visual interface for managing test projects, browsing test cases, and executing them with real-time step progress and screenshots.
Key features
- Project Visualization: Card grid UI to list all Checkmate projects and their test counts.
- Natural Language Testing: Ability to execute tests based on natural language descriptions.
- Real-time Execution: Detailed step progress and visual screenshots during test runs.
- Test Case Management: Easy browsing and selection of specific test cases within a project.
Installation
- VS Code Copilot: Requires VS Code Insiders. Add to
.vscode/mcp.json:
{
"servers": {
"checkmate": {
"type": "http",
"url": "http://127.0.0.1:3003/mcp"
}
}
}
Supported hosts
- vscode-copilot
Quick install
npm install checkmate-mcpInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






