GuruPDF MCP Server
Rank #36,338io.github.GuruPDF/gurupdf-mcp
Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.
GuruPDF MCP Server is a Model Context Protocol (MCP) server published by gurupdf. It ranks #36,338 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. GuruPDF MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Jun 16, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 95,708 of 132,046 servers on MCP Toplist.
Use GuruPDF MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gurupdf-mcp -e "GURUPDF_API_KEY=<your GURUPDF_API_KEY>" -e "GURUPDF_API_URL=<your GURUPDF_API_URL>" -- npx -y gurupdf-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gurupdf-mcp]
command = "npx"
args = ["-y", "gurupdf-mcp"]
[mcp_servers.gurupdf-mcp.env]
GURUPDF_API_KEY = "<your GURUPDF_API_KEY>"
GURUPDF_API_URL = "<your GURUPDF_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gurupdf-mcp": {
"command": "npx",
"args": [
"-y",
"gurupdf-mcp"
],
"env": {
"GURUPDF_API_KEY": "<your GURUPDF_API_KEY>",
"GURUPDF_API_URL": "<your GURUPDF_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gurupdf-mcp": {
"command": "npx",
"args": [
"-y",
"gurupdf-mcp"
],
"env": {
"GURUPDF_API_KEY": "<your GURUPDF_API_KEY>",
"GURUPDF_API_URL": "<your GURUPDF_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gurupdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gurupdf-mcp"
],
"env": {
"GURUPDF_API_KEY": "<your GURUPDF_API_KEY>",
"GURUPDF_API_URL": "<your GURUPDF_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gurupdf-mcp": {
"command": "npx",
"args": [
"-y",
"gurupdf-mcp"
],
"env": {
"GURUPDF_API_KEY": "<your GURUPDF_API_KEY>",
"GURUPDF_API_URL": "<your GURUPDF_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gurupdf-mcp": {
"command": "npx",
"args": [
"-y",
"gurupdf-mcp"
],
"env": {
"GURUPDF_API_KEY": "<your GURUPDF_API_KEY>",
"GURUPDF_API_URL": "<your GURUPDF_API_URL>"
}
}
}
}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.GuruPDF%2Fgurupdf-mcp)<a href="https://mcptoplist.com/server/io.github.GuruPDF%2Fgurupdf-mcp"><img src="https://mcptoplist.com/badge/io.github.GuruPDF%2Fgurupdf-mcp.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
gurupdf
Available versions (3)
| Version | Published |
|---|---|
| 0.1.4 | Jun 19, 2026 |
| 0.1.3 | Jun 16, 2026 |
| 0.1.2 | Jun 16, 2026 |
Frequently asked questions
- Who maintains GuruPDF MCP Server?
- GuruPDF MCP Server is maintained by gurupdf, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is GuruPDF MCP Server listed on the Official MCP Registry?
- Yes — GuruPDF MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does GuruPDF MCP Server have?
- MCP Toplist tracks 3 versions of GuruPDF MCP Server, most recently published on Jun 19, 2026.
- Where can I find the source code for GuruPDF MCP Server?
- The source code for GuruPDF MCP Server is hosted at github.com/gurupdf/gurupdf-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.