Talonic
Rank #2,487io.github.talonicdev/talonic-mcp
Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms.
Talonic is a Model Context Protocol (MCP) server published by talonicdev. It ranks #2,487 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Talonic is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 43 tracked versions. It was first listed on Apr 28, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 129,559 of 132,046 servers on MCP Toplist.
Use Talonic
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add talonic-mcp -e "TALONIC_API_KEY=<your TALONIC_API_KEY>" -- npx -y @talonic/mcpReplace each placeholder with your own value before saving.
[mcp_servers.talonic-mcp]
command = "npx"
args = ["-y", "@talonic/mcp"]
[mcp_servers.talonic-mcp.env]
TALONIC_API_KEY = "<your TALONIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"talonic-mcp": {
"command": "npx",
"args": [
"-y",
"@talonic/mcp"
],
"env": {
"TALONIC_API_KEY": "<your TALONIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"talonic-mcp": {
"command": "npx",
"args": [
"-y",
"@talonic/mcp"
],
"env": {
"TALONIC_API_KEY": "<your TALONIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"talonic-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@talonic/mcp"
],
"env": {
"TALONIC_API_KEY": "<your TALONIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"talonic-mcp": {
"command": "npx",
"args": [
"-y",
"@talonic/mcp"
],
"env": {
"TALONIC_API_KEY": "<your TALONIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"talonic-mcp": {
"command": "npx",
"args": [
"-y",
"@talonic/mcp"
],
"env": {
"TALONIC_API_KEY": "<your TALONIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.talonicdev%2Ftalonic-mcp)<a href="https://mcptoplist.com/server/io.github.talonicdev%2Ftalonic-mcp"><img src="https://mcptoplist.com/badge/io.github.talonicdev%2Ftalonic-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
talonicdev
Available versions (43)
| Version | Published |
|---|---|
| 0.1.76 | Sep 6, 2026 |
| 0.1.75 | Aug 19, 2026 |
| 0.1.74 | Aug 17, 2026 |
| 0.1.73 | Jul 22, 2026 |
| 0.1.72 | Jul 7, 2026 |
| 0.1.71 | Jun 23, 2026 |
| 0.1.70 | Jun 21, 2026 |
| 0.1.69 | Jun 21, 2026 |
| 0.1.68 | Jun 21, 2026 |
| 0.1.67 | Jun 20, 2026 |
| 0.1.66 | Jun 12, 2026 |
| 0.1.65 | Jun 12, 2026 |
| 0.1.64 | Jun 9, 2026 |
| 0.1.62 | Jun 9, 2026 |
| 0.1.61 | Jun 8, 2026 |
| 0.1.60 | Jun 8, 2026 |
| 0.1.59 | Jun 8, 2026 |
| 0.1.58 | Jun 8, 2026 |
| 0.1.57 | Jun 3, 2026 |
| 0.1.56 | Jun 3, 2026 |
| 0.1.55 | Jun 3, 2026 |
| 0.1.54 | Jun 3, 2026 |
| 0.1.53 | Jun 3, 2026 |
| 0.1.52 | Jun 1, 2026 |
| 0.1.51 | May 28, 2026 |
| 0.1.50 | May 28, 2026 |
| 0.1.49 | May 28, 2026 |
| 0.1.48 | May 28, 2026 |
| 0.1.47 | May 28, 2026 |
| 0.1.46 | May 28, 2026 |
| 0.1.45 | May 27, 2026 |
| 0.1.44 | May 18, 2026 |
| 0.1.43 | May 18, 2026 |
| 0.1.42 | May 18, 2026 |
| 0.1.41 | May 18, 2026 |
| 0.1.40 | May 18, 2026 |
| 0.1.39 | May 18, 2026 |
| 0.1.38 | May 18, 2026 |
| 0.1.28 | May 8, 2026 |
| 0.1.19 | May 7, 2026 |
| 0.1.17 | May 6, 2026 |
| 0.1.12 | May 4, 2026 |
| 0.1.6 | Apr 30, 2026 |
Frequently asked questions
- Who maintains Talonic?
- Talonic is maintained by talonicdev, which publishes 1 MCP server (43 total versions) tracked on MCP Toplist.
- Is Talonic listed on the Official MCP Registry?
- Yes — Talonic is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Talonic have?
- MCP Toplist tracks 43 versions of Talonic, most recently published on Sep 6, 2026.
- Where can I find the source code for Talonic?
- The source code for Talonic is hosted at github.com/talonicdev/talonic-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.