Pdf MCP
Rank #229io.github.jztan/pdf-mcp
Production-ready MCP server for PDF processing with intelligent caching.
Pdf MCP is a Model Context Protocol (MCP) server published by jztan. It ranks #229 of 115,591 servers tracked on MCP Toplist, and its repository has 124 GitHub stars. Pdf MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 24 tracked versions. It was first listed on Jan 28, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 115,362 of 115,591 servers on MCP Toplist.
Use Pdf MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pdf-mcp -e "PDF_MCP_CACHE_DIR=<your PDF_MCP_CACHE_DIR>" -e "PDF_MCP_CACHE_TTL=<your PDF_MCP_CACHE_TTL>" -- uvx pdf-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pdf-mcp]
command = "uvx"
args = ["pdf-mcp"]
[mcp_servers.pdf-mcp.env]
PDF_MCP_CACHE_DIR = "<your PDF_MCP_CACHE_DIR>"
PDF_MCP_CACHE_TTL = "<your PDF_MCP_CACHE_TTL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-mcp"
],
"env": {
"PDF_MCP_CACHE_DIR": "<your PDF_MCP_CACHE_DIR>",
"PDF_MCP_CACHE_TTL": "<your PDF_MCP_CACHE_TTL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-mcp"
],
"env": {
"PDF_MCP_CACHE_DIR": "<your PDF_MCP_CACHE_DIR>",
"PDF_MCP_CACHE_TTL": "<your PDF_MCP_CACHE_TTL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pdf-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-mcp"
],
"env": {
"PDF_MCP_CACHE_DIR": "<your PDF_MCP_CACHE_DIR>",
"PDF_MCP_CACHE_TTL": "<your PDF_MCP_CACHE_TTL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-mcp"
],
"env": {
"PDF_MCP_CACHE_DIR": "<your PDF_MCP_CACHE_DIR>",
"PDF_MCP_CACHE_TTL": "<your PDF_MCP_CACHE_TTL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-mcp"
],
"env": {
"PDF_MCP_CACHE_DIR": "<your PDF_MCP_CACHE_DIR>",
"PDF_MCP_CACHE_TTL": "<your PDF_MCP_CACHE_TTL>"
}
}
}
}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.jztan%2Fpdf-mcp)<a href="https://mcptoplist.com/server/io.github.jztan%2Fpdf-mcp"><img src="https://mcptoplist.com/badge/io.github.jztan%2Fpdf-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
jztan
Other servers by jztan
View all jztan servers →Available versions (24)
| Version | Published |
|---|---|
| 3.0.0 | Aug 29, 2026 |
| 2.2.1 | Aug 22, 2026 |
| 2.2.0 | Aug 15, 2026 |
| 2.1.0 | Aug 8, 2026 |
| 2.0.0 | Aug 1, 2026 |
| 1.22.0 | Jul 25, 2026 |
| 1.20.0 | Jul 10, 2026 |
| 1.17.0 | Jun 19, 2026 |
| 1.16.0 | Jun 12, 2026 |
| 1.15.0 | Jun 6, 2026 |
| 1.13.1 | May 21, 2026 |
| 1.12.1 | May 12, 2026 |
| 1.12.0 | May 12, 2026 |
| 1.11.0 | May 9, 2026 |
| 1.10.0 | May 3, 2026 |
| 1.9.0 | Apr 19, 2026 |
| 1.8.0 | Apr 16, 2026 |
| 1.5.0 | Mar 21, 2026 |
| 1.4.0 | Mar 14, 2026 |
| 1.3.0 | Mar 8, 2026 |
| 1.2.0 | Feb 24, 2026 |
| 1.1.2 | Feb 7, 2026 |
| 1.1.1 | Feb 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pdf MCP?
- Pdf MCP is maintained by jztan, which publishes 3 MCP servers (56 total versions) tracked on MCP Toplist.
- Is Pdf MCP listed on the Official MCP Registry?
- Yes — Pdf MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Pdf MCP have?
- MCP Toplist tracks 24 versions of Pdf MCP, most recently published on Aug 29, 2026.
- Where can I find the source code for Pdf MCP?
- The source code for Pdf MCP is hosted at github.com/jztan/pdf-mcp.