mcpbeat Sign in

Parseur MCP Server

local only

Parseur runs on your own machine — the client starts it, so there is no endpoint to ping. 194 installs a week from pypi. Last commit 10 Jul 2026.

Manage Parseur.com mailboxes, parser fields, documents, exports and webhooks.

Installs per day peak 62 · avg 28 · +14% w/w
a month agotoday
194
Installs / week
pypi · parseur-py
7
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    lt_process = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 parseur-py -- uvx parseur-py
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "parseur-py": {
      "args": [
        "parseur-py"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.parseur-py]
command = "uvx"
args = ["parseur-py"]
.cursor/mcp.json
{
  "mcpServers": {
    "parseur-py": {
      "args": [
        "parseur-py"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "parseur-py": {
      "args": [
        "parseur-py"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PARSEUR_API_KEY (Your Parseur API key (from https://app.parseur.com/account/api).), PARSEUR_API_BASE (Override the Parseur API base URL (defaults to https://api.parseur.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Parseur

same job, measured the same way
I
Differino MCP
by sweetcucumbersalad

Compare PDF, DOCX, and TXT documents from any AI agent: diff, change summary, and PDF export.

236 installs/wk local only
Meilisearch MCP
by mrfentmen

Search indexes, manage documents, check health and stats.

31 installs/wk local only
Supovia
by supovia

Manage websites, help documents and customer-support conversations with safe, scoped tools.

14 tools answering
Tripsy
by tripsyapp

Plan trips and manage itineraries, stays, transport, activities, expenses, and documents in Tripsy.

answering
Pdfco
by mcparmory

Extract data, edit, convert, and parse PDF documents with OCR and AI

239 installs/wk local only
Stackin
by stackin-io

Issue and manage Brazilian fiscal documents: NF-e for goods, NFS-e for services.

16 tools answering
Pdfgate
by pdfgate

MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

218 installs/wk answering
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only

Parseur — questions

Answers built from our own checks of this server.

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