Harness
Freeby MCP Community
In-memory testing toolkit for MCP servers in TypeScript — supertest for MCP
v0.1.0Added Apr 12, 2026
mcpmodel-context-protocoltestingharnesstest-toolkit
Harness MCP Server
In-memory testing toolkit for MCP servers in TypeScript — supertest for MCP
Installation
Reviews
Installation
Quick install
npx -y mcp-harness
Add to claude_desktop_config.json
{
"mcpServers": {
"harness": {
"command": "npx",
"args": ["-y", "mcp-harness"]
}
}
}