pdf-mcp
Rank #11,478io.github.wesseltl/pdf-mcp
Extract text and tables from PDFs for an agent: invoices, reports, statements.
pdf-mcp is a Model Context Protocol (MCP) server published by wesseltl. It ranks #11,478 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. pdf-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 103,982 of 115,460 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 -- uvx pdf-agent-mcp[mcp_servers.pdf-mcp]
command = "uvx"
args = ["pdf-agent-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pdf-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}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.wesseltl%2Fpdf-mcp)<a href="https://mcptoplist.com/server/io.github.wesseltl%2Fpdf-mcp"><img src="https://mcptoplist.com/badge/io.github.wesseltl%2Fpdf-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wesseltl
Other servers by wesseltl
View all wesseltl servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 9, 2026 |
| 0.1.0 | Aug 8, 2026 |
Frequently asked questions
- Who maintains pdf-mcp?
- pdf-mcp is maintained by wesseltl, which publishes 4 MCP servers (8 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 Glama.
- How many versions does pdf-mcp have?
- MCP Toplist tracks 2 versions of pdf-mcp, most recently published on Aug 9, 2026.
- Where can I find the source code for pdf-mcp?
- The source code for pdf-mcp is hosted at github.com/wesseltl/pdf-mcp.