Testsprite
Freeby MCP Community
The TestSprite MCP plugin brings fully automated software testing into your coding workflow. It connects your IDE's AI assistant (like Cursor or Copilot) with T
v0.0.37Added Apr 12, 2026
testingautomationaicursorvscode
Testsprite MCP Server
The TestSprite MCP plugin brings fully automated software testing into your coding workflow. It connects your IDE's AI assistant (like Cursor or Copilot) with T
Installation
Reviews
Installation
Quick install
npx -y @testsprite/testsprite-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"testsprite": {
"command": "npx",
"args": ["-y", "@testsprite/testsprite-mcp"]
}
}
}