groovy-web/ai-testing-mcp
MCP server for comprehensive AI testing, evaluation, and quality assurance
Platform-specific configuration:
{
"mcpServers": {
"ai-testing-mcp": {
"command": "npx",
"args": [
"-y",
"ai-testing-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.groovyweb.co/?utm_source=github&utm_medium=readme&utm_campaign=ai-testing-mcp) [](LICENSE)
Model Context Protocol (MCP) server for comprehensive AI testing, evaluation, and quality assurance.
AI Testing MCP provides standardized testing methodologies, evaluation metrics, and automated testing workflows for AI/ML systems. It implements the Model Context Protocol for seamless integration with AI development tools.
# Clone the repository
git clone https://github.com/groovy-web/ai-testing-mcp.git
cd ai-testing-mcp
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit with your API keys
# Start the MCP server
npm start
# Use with MCP client
# Add server configuration to your MCP client{
"mcpServers": {
"ai-testing": {
"command": "node",
"args": ["/path/to/ai-testing-mcp/dist/index.js"],
"env": {
"OPENAI_API_KEY": "your-key",
"ANTHROPIC_Loading reviews...