streamparse for Grok
io.github.mukundakatta/streamparse
Parse partial / truncated / messy JSON for LLM tool calls and structured outputs.
client:Grok
transport:stdio
runtime:npm
Install streamparse in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"streamparse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/streamparse-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