Skip to content
Claude Desktop

Invoice Data Extraction for Claude Desktop

com.invoicedataextraction/invoice-data-extraction

Invoices and other financial documents to rows: upload, say what to extract, read the rows.

client:Claude Desktop transport:streamable-http

Install Invoice Data Extraction in Claude Desktop

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

{
  "mcpServers": {
    "invoice-data-extraction": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.invoicedataextraction.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Invoice Data Extraction in other clients