json5 mcp for Grok
io.github.mukundakatta/json5-mcp
Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON.
client:Grok
transport:stdio
runtime:npm
Install json5 mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"json5-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/json5-mcp"
]
}
}
}
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