← Index

Talonic

io.github.talonicdev/talonic-mcp·v0.1.6·Documents & Spreadsheets
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "talonic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@talonic/mcp"
      ],
      "env": {
        "TALONIC_API_KEY": "<your-talonic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "talonic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@talonic/mcp"
      ],
      "env": {
        "TALONIC_API_KEY": "<your-talonic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @talonic/mcp
§02  Environment variables
TALONIC_API_KEY
requiredsecret

Your Talonic API key. Get one at https://app.talonic.com.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets