Pdf Modifier MCP
Rank #7,531io.github.mlorentedev/pdf-modifier-mcp
MCP server providing pdf-modifier-mcp capabilities
Pdf Modifier MCP is a Model Context Protocol (MCP) server published by mlorentedev. It ranks #7,531 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Pdf Modifier MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 108,060 of 115,591 servers on MCP Toplist.
Use Pdf Modifier MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pdf-modifier-mcp -- uvx pdf-modifier-mcp[mcp_servers.pdf-modifier-mcp]
command = "uvx"
args = ["pdf-modifier-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pdf-modifier-mcp": {
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pdf-modifier-mcp": {
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pdf-modifier-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pdf-modifier-mcp": {
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pdf-modifier-mcp": {
"command": "uvx",
"args": [
"pdf-modifier-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.mlorentedev%2Fpdf-modifier-mcp)<a href="https://mcptoplist.com/server/io.github.mlorentedev%2Fpdf-modifier-mcp"><img src="https://mcptoplist.com/badge/io.github.mlorentedev%2Fpdf-modifier-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mlorentedev
Other servers by mlorentedev
View all mlorentedev servers →Available versions (6)
| Version | Published |
|---|---|
| 1.4.1 | Mar 15, 2026 |
| 1.4.0 | Mar 15, 2026 |
| 1.3.0 | Mar 15, 2026 |
| 1.2.0 | Mar 8, 2026 |
| 1.1.0 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pdf Modifier MCP?
- Pdf Modifier MCP is maintained by mlorentedev, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Pdf Modifier MCP listed on the Official MCP Registry?
- Yes — Pdf Modifier MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Pdf Modifier MCP have?
- MCP Toplist tracks 6 versions of Pdf Modifier MCP, most recently published on Mar 15, 2026.
- Where can I find the source code for Pdf Modifier MCP?
- The source code for Pdf Modifier MCP is hosted at github.com/mlorentedev/pdf-modifier-mcp.