streamparse-mcp

MukundaKatta/streamparse-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server: parse partial / messy / truncated JSON for AI assistants. Plug into Claude Desktop, Cursor, Cline, Windsurf, Zed.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives AI assistants the ability to parse partial / messy / truncated JSON. Built on top of [`@mukundakatta/streamparse`](https://github.com/MukundaKatta/streamparse). Works with Claude Desktop, Cursor, Cline, Windsurf, Zed, and any other MCP client.