MCP Compliance

MCP Compliance

Local
@yawlabs2TypeScriptMITUpdated 2 days ago

CLI tool and MCP server that tests MCP servers for spec compliance

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yawlabs/mcp-compliancev0.20.1

Run

npx -y @yawlabs/mcp-compliance

MCP client config

{
  "mcpServers": {
    "mcp-compliance": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/mcp-compliance"
      ]
    }
  }
}