Conformance
Freeby MCP Community
A framework for testing MCP (Model Context Protocol) client and server implementations against the specification.
v0.1.16Added Apr 12, 2026
Conformance MCP Server
A framework for testing MCP (Model Context Protocol) client and server implementations against the specification.
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/conformance
Add to claude_desktop_config.json
{
"mcpServers": {
"conformance": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/conformance"]
}
}
}