pdf-it
Rank #24,757io.github.mrslbt/pdf-it
Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config.
pdf-it is a Model Context Protocol (MCP) server published by mrslbt. It ranks #24,757 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. pdf-it is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Apr 29, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 90,703 of 115,460 servers on MCP Toplist.
Use pdf-it
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pdf-it -- npx -y pdf-it-mcp[mcp_servers.pdf-it]
command = "npx"
args = ["-y", "pdf-it-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pdf-it": {
"command": "npx",
"args": [
"-y",
"pdf-it-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pdf-it": {
"command": "npx",
"args": [
"-y",
"pdf-it-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pdf-it": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pdf-it-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pdf-it": {
"command": "npx",
"args": [
"-y",
"pdf-it-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pdf-it": {
"command": "npx",
"args": [
"-y",
"pdf-it-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.mrslbt%2Fpdf-it)<a href="https://mcptoplist.com/server/io.github.mrslbt%2Fpdf-it"><img src="https://mcptoplist.com/badge/io.github.mrslbt%2Fpdf-it.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
mrslbt
Other servers by mrslbt
- rakuten-mcp#10,792 · 2 vers
- tabedata-mcp#13,518 · 2 vers
- rippr#22,794 · 3 vers
- japan-ux-mcp#24,756 · 3 vers
- xendit-mcp#25,955 · 2 vers
- paypay-mcp#29,001 · 3 vers
- nankai-trough-mcp#47,564 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 2.1.0 | Aug 2, 2026 |
| 2.0.0 | Jun 6, 2026 |
Frequently asked questions
- Who maintains pdf-it?
- pdf-it is maintained by mrslbt, which publishes 8 MCP servers (19 total versions) tracked on MCP Toplist.
- Is pdf-it listed on the Official MCP Registry?
- Yes — pdf-it is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does pdf-it have?
- MCP Toplist tracks 2 versions of pdf-it, most recently published on Aug 2, 2026.
- Where can I find the source code for pdf-it?
- The source code for pdf-it is hosted at github.com/mrslbt/pdf-it.