MCP Pdf
Rank #33,224io.github.kmalakoff/mcp-pdf
MCP server providing pdf capabilities
MCP Pdf is a Model Context Protocol (MCP) server published by mcp-z. It ranks #33,224 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Pdf is listed across 3 registries — Official MCP, Smithery and Glama, with 4 tracked versions. It was first listed on Oct 3, 2025 and most recently updated on Oct 4, 2025.
Ranks ahead of 82,367 of 115,591 servers on MCP Toplist.
Use MCP Pdf
claude mcp add mcp-pdf -- npx -y @mcp-z/mcp-pdf[mcp_servers.mcp-pdf]
command = "npx"
args = ["-y", "@mcp-z/mcp-pdf"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-pdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
]
}
}
}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.kmalakoff%2Fmcp-pdf)<a href="https://mcptoplist.com/server/io.github.kmalakoff%2Fmcp-pdf"><img src="https://mcptoplist.com/badge/io.github.kmalakoff%2Fmcp-pdf.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mcp-z
Other servers by mcp-z
View all mcp-z servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.3 | Oct 4, 2025 |
| 1.0.2 | Oct 4, 2025 |
| 1.0.1 | Oct 3, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Pdf?
- MCP Pdf is maintained by mcp-z, which publishes 6 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Pdf listed on the Official MCP Registry?
- Yes — MCP Pdf is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does MCP Pdf have?
- MCP Toplist tracks 4 versions of MCP Pdf, most recently published on Oct 4, 2025.
- Where can I find the source code for MCP Pdf?
- The source code for MCP Pdf is hosted at github.com/mcp-z/mcp-pdf.