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
{
"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