mcpbeat Sign in

FlexOrch MCP Server

by dev-flexorch Your server? Claim it
local only

FlexOrch runs on your own machine — the client starts it, so there is no endpoint to ping. 806 installs a week from pypi. Last commit 3 Sep 2026.

Classify documents, extract structured fields, mask PII, export JSONL/RAG datasets for AI agents.

Installs per day peak 463 · avg 64 · +32% w/w
a month agotoday
806
Installs / week
pypi · flexorch-mcp
1
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: FLEXORCH_API_KEY (FlexOrch API key — get one at app.flexorch.com/settings). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FlexOrch

same job, measured the same way
Unstructured Transform
by unstructured

Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.

answering
Shelfmark
by dankaro-projects

Local, privacy-first document catalogue for AI agents: metadata-only discovery, no cloud, no RAG.

276 installs/wk local only
Ragie
by mcparmory

Ingest, manage, and retrieve documents for RAG-powered AI applications

261 installs/wk local only
FAQai
by faqai

Turn any document into a production-ready RAG dataset from Claude, Cursor, or any MCP host.

46 installs/wk local only
Mistral
by usefulapi

Manage your Mistral platform — models, files, batch jobs, agents and RAG document libraries.

15 tools answering
DataSinking
by heubme2020

Full-text Asian financial reports (China, Korea, Japan) as clean Markdown — 6 tools for RAG agents.

1 261 installs/wk local only
DocPull
by raintree-technology

Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.

1 920 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only

FlexOrch — questions

Answers built from our own checks of this server.

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