Skip to content
Claude Desktop

FlexOrch for Claude Desktop

io.github.dev-flexorch/flexorch-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install FlexOrch in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flexorch-mcp": {
      "command": "uvx",
      "args": [
        "flexorch-mcp"
      ],
      "env": {
        "FLEXORCH_API_KEY": "<FLEXORCH_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

FlexOrch in other clients