Odel
streamparse mcp

streamparse mcp

Local
@mukundakattaJavaScriptMITUpdated 2 days ago

Parse partial / truncated / messy JSON for LLM tool calls and structured outputs.

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@mukundakatta/streamparse-mcpv1.0.1

Run

npx -y @mukundakatta/streamparse-mcp

MCP client config

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