Odel
Talonic

Talonic

Local
@talonicdev5TypeScriptMITUpdated Yesterday

Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@talonic/mcpv0.1.76

Run

npx -y @talonic/mcp

MCP client config

{
  "mcpServers": {
    "talonic": {
      "command": "npx",
      "args": [
        "-y",
        "@talonic/mcp"
      ]
    }
  }
}