MCP-OCR

sebaldar/MCP-OCR
★ 0 stars TypeScript AI/LLM Updated today
Server MCP remoto (Streamable HTTP) per l'estrazione di dati strutturati da anagrafiche e fatture italiane — immagini, PDF e XML/FatturaPA — via Vision LLM e parsing deterministico.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ocr": {
      "command": "npx",
      "args": [
        "-y",
        "sebaldar/MCP-OCR"
      ]
    }
  }
}