Testing framework for Model Context Protocol (MCP) servers - like Jest but for MCP
| Tool name | Description | Destructive? |
|---|---|---|
| getUser | ✓ no | |
| getUserProfile | ✓ no | |
| updateUser | ✓ no | |
| search | ✓ no | |
| searchAdvanced | ✓ no |
| sendEmail | ✓ no | |
| getEmails | ✓ no | |
| getWeather | ✓ no | |
| getForecast | ✓ no | |
| calculate | ✓ no | |
| add | ✓ no | |
| echo | ✓ no |
{
"mcpServers": {
"mcp-jest": {
"command": "npx",
"args": [
"-y",
"mcp-jest"
]
}
}
}