mcpbeat Sign in

Streamparse MCP Server

local only

Streamparse runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 13 Jun 2026.

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

Installs per day peak 14 · avg 7 · +74% w/w
a month agotoday
34
Installs / week
npm · @mukundakatta/streamparse-mcp
0
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Streamparse every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add streamparse -- npx -y @mukundakatta/streamparse-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "streamparse": {
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.streamparse]
command = "npx"
args = ["-y", "@mukundakatta/streamparse-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "streamparse": {
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "streamparse": {
      "args": [
        "-y",
        "@mukundakatta/streamparse-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Streamparse

same job, measured the same way
Agentcast
by mukundakatta

Structured-output enforcer: extract and validate JSON from messy LLM text.

36 installs/wk local only
JSON Contracts
by json-contracts

JSON contract registry and validator for structured LLM and agent outputs.

53 installs/wk local only
Python
by dave-london

Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON.

152 installs/wk local only
Pare Python
by dave-london

Pare Python ג€” Structured Python tool output (ruff, mypy, pip, uv, black, pytest) as typed JSON.

local only
Pare Go
by dave-london

Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.

140 installs/wk local only
Build
by dave-london

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

local only
Autorank MCP
by ryankramer

Technical SEO tools for AI agents: structured data, meta tags, robots, SERP truncation. No API key.

73 installs/wk local only
Go
by dave-london

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

local only

Streamparse — questions

Answers built from our own checks of this server.

Why is there no uptime for Streamparse?
Streamparse runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mukundakatta/streamparse-mcp was installed 34 times last week.
How do I connect Streamparse?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mukundakatta/streamparse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Streamparse?
The npm package @mukundakatta/streamparse-mcp was installed 34 times in the last week. Week over week that is +74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Streamparse open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.