Skip to content
Cursor

streamparse for Cursor

io.github.mukundakatta/streamparse

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

client:Cursor transport:stdio runtime:npm

Install streamparse in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

streamparse in other clients