Back to MCP Servers
Qasphere
Integration with [QA Sphere](https://qasphere.com/) test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs
developer-toolsaillm
By Hypersequent
Installation
npx -y qasphere-mcpConfiguration
{
"mcpServers": {
"qasphere-mcp": {
"command": "npx",
"args": ["-y", "qasphere-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes