unstract (MCP Server)

GitHub

LLM-Driven Extraction of Unstructured Data โ€” Built for API Deployments & ETL Pipeline Workflows

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "unstract": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-unstract"
      ]
    }
  }
}