Skip to content
Cursor

Talonic for Cursor

io.github.talonicdev/talonic-mcp

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

client:Cursor transport:stdio runtime:npm

Install Talonic in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "talonic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@talonic/mcp"
      ],
      "env": {
        "TALONIC_API_KEY": "<TALONIC_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Talonic in other clients