MCP Protocol Conformance for Grok
io.studiomeyer/protocol-conformance
MCP conformance test harness. JSON-RPC, OAuth 2.1 PKCE, schemas, smoke, annotations. CLI + lib.
client:Grok
transport:stdio
runtime:npm
Install MCP Protocol Conformance in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"protocol-conformance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs