mcpbeat Sign in

Parseflow MCP Server

by libres-coder Your server? Claim it
local only

Parseflow runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 18 Dec 2025.

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

Installs per day peak 31 · avg 9 · -34% w/w
a month agotoday
64
Installs / week
npm · parseflow-mcp-server
2
Stars
0 open issues
18 Dec 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Parseflow 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 parseflow -- npx -y parseflow-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "parseflow": {
      "args": [
        "-y",
        "parseflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.parseflow]
command = "npx"
args = ["-y", "parseflow-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "parseflow": {
      "args": [
        "-y",
        "parseflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "parseflow": {
      "args": [
        "-y",
        "parseflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Parseflow

same job, measured the same way
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Gemini MCP
by rlabs-inc

Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI

341 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Index Server
by jagilber-org

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

78 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
Claude Chat
by codechap

Anthropic Claude Messages API MCP server — chat, vision, web search, extended thinking

local only
Kognitrix AI
by themohal

8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email.

answering
Grok Image
by codechap

MCP server for Grok image generation and editing

local only

Parseflow — questions

Answers built from our own checks of this server.

Why is there no uptime for Parseflow?
Parseflow 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 parseflow-mcp-server was installed 64 times last week.
How do I connect Parseflow?
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 parseflow-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Parseflow?
The npm package parseflow-mcp-server was installed 64 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Parseflow open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.