A production-grade Java testing framework for Model Context Protocol (MCP) servers with type-safe APIs, fluent assertions, and comprehensive monitoring.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-testing": {
"command": "npx",
"args": [
"-y",
"Abhiramrathod/mcp-server-testing"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-testing npx -y Abhiramrathod/mcp-server-testing
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-testing": {
"command": "npx",
"args": [
"-y",
"Abhiramrathod/mcp-server-testing"
]
}
}
}
📋 Copy