Talonic MCP Server

Official Talonic MCP server. Give any AI agent the ability to extract structured, schema-validated data from any document - PDFs, scans, invoices, contracts, forms - via the Model Context Protocol. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 5 · #38 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Talonic

before you install - you'll need

TALONIC_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add talonicdev-talonic-mcp -- npx -y @talonic/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @talonic/mcp - the @talonic scope differs from the repo owner (talonicdev); confirm it's the project's official package

registry namespace io.github.talonicdev is GitHub-verified and matches the repo owner

03 · What Talonic can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.75 · 2026-08-19

bump fast-uri from 3.1.0 to 3.1.5 · bump hono from 4.12.15 to 4.13.2 · bump @hono/node-server from 1.19.14 to 1.19.17 · bump ip-address and express-rate-limit · bump postcss from 8.5.12 to 8.5.26 · ship Agent task…

v0.1.74 · 2026-08-17

add uploading status + failure terminals to browser-handoff lifecycle · superadmin-only growth analytics tools, conditionally registered · New Contributors · @nordsiek made their first contribution in

v0.1.73 · 2026-07-22

add high-value npm keywords for discoverability

04 · Who maintains Talonic

Talonic is maintained by talonicdev. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
media - ranked #38 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-19)
registry
io.github.talonicdev/talonic-mcp (active, first published 2026-04-30 · 42 versions)
packages
npm:@talonic/mcp

06 · Talonic FAQ

What is Talonic?

Official Talonic MCP server. Give any AI agent the ability to extract structured, schema-validated data from any document - PDFs, scans, invoices, contracts, forms - via the Model Context Protocol. It runs locally over stdio via the published package.

Is Talonic still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Talonic?

Run `npx -y @talonic/mcp`. The README documents one environment variable (TALONIC_API_KEY) to set first. You can also paste the ready-made client config above.

Does Talonic run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Talonic

More media MCP servers · Vidlens MCP · Transcribe · Tuteliq MCP Server · Video URL Analyzer · Vugola MCP

More TypeScript MCP servers · Headless Tracker · Tampermonkey MCP · Aidemo · Datadog MCP · Taskade MCP Server · see all