[ MCP_NODE_3867 ]
testsprite
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
TestSprite’s MCP reads your intent, tests your code, and tells you what to fix.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"testsprite-en": {
"description": "TestSprite’s MCP reads your intent, tests your code, and tells you what to fix.",
"command": "npx",
"args": [
"@testsprite/testsprite-mcp@latest"
],
"env": {
"API_KEY": "your-api-key"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.