PDFGate MCP Server
Rank #9,900com.pdfgate/mcp-server
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
PDFGate MCP Server is a Model Context Protocol (MCP) server published by pdfgate. It ranks #9,900 of 132,046 servers tracked on MCP Toplist. PDFGate MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 7 tracked versions. It was first listed on Jun 5, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 122,146 of 132,046 servers on MCP Toplist.
Use PDFGate MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http pdfgate https://mcp.pdfgate.com/serverclaude mcp add pdfgate -e "PDFGATE_API_KEY=<your PDFGATE_API_KEY>" -e "PDFGATE_WEBHOOK_PORT=<your PDFGATE_WEBHOOK_PORT>" -- npx -y @pdfgate/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.pdfgate]
url = "https://mcp.pdfgate.com/server"Add to ~/.codex/config.toml.
[mcp_servers.pdfgate]
command = "npx"
args = ["-y", "@pdfgate/mcp-server"]
[mcp_servers.pdfgate.env]
PDFGATE_API_KEY = "<your PDFGATE_API_KEY>"
PDFGATE_WEBHOOK_PORT = "<your PDFGATE_WEBHOOK_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.pdfgate.com/serverSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"pdfgate": {
"command": "npx",
"args": [
"-y",
"@pdfgate/mcp-server"
],
"env": {
"PDFGATE_API_KEY": "<your PDFGATE_API_KEY>",
"PDFGATE_WEBHOOK_PORT": "<your PDFGATE_WEBHOOK_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pdfgate": {
"url": "https://mcp.pdfgate.com/server"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"pdfgate": {
"command": "npx",
"args": [
"-y",
"@pdfgate/mcp-server"
],
"env": {
"PDFGATE_API_KEY": "<your PDFGATE_API_KEY>",
"PDFGATE_WEBHOOK_PORT": "<your PDFGATE_WEBHOOK_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pdfgate": {
"type": "http",
"url": "https://mcp.pdfgate.com/server"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"pdfgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pdfgate/mcp-server"
],
"env": {
"PDFGATE_API_KEY": "<your PDFGATE_API_KEY>",
"PDFGATE_WEBHOOK_PORT": "<your PDFGATE_WEBHOOK_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pdfgate": {
"serverUrl": "https://mcp.pdfgate.com/server"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pdfgate": {
"command": "npx",
"args": [
"-y",
"@pdfgate/mcp-server"
],
"env": {
"PDFGATE_API_KEY": "<your PDFGATE_API_KEY>",
"PDFGATE_WEBHOOK_PORT": "<your PDFGATE_WEBHOOK_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pdfgate": {
"url": "https://mcp.pdfgate.com/server"
}
}
}{
"mcpServers": {
"pdfgate": {
"command": "npx",
"args": [
"-y",
"@pdfgate/mcp-server"
],
"env": {
"PDFGATE_API_KEY": "<your PDFGATE_API_KEY>",
"PDFGATE_WEBHOOK_PORT": "<your PDFGATE_WEBHOOK_PORT>"
}
}
}
}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/com.pdfgate%2Fmcp-server)<a href="https://mcptoplist.com/server/com.pdfgate%2Fmcp-server"><img src="https://mcptoplist.com/badge/com.pdfgate%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
pdfgate
Available versions (7)
| Version | Published |
|---|---|
| 1.4.0 | Sep 20, 2026 |
| 1.3.0 | Sep 9, 2026 |
| 1.2.0 | Sep 4, 2026 |
| 1.1.0 | Aug 17, 2026 |
| 1.0.3 | Aug 4, 2026 |
| 1.0.2 | Jun 13, 2026 |
| 1.0.1 | Jun 13, 2026 |
Frequently asked questions
- Who maintains PDFGate MCP Server?
- PDFGate MCP Server is maintained by pdfgate, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is PDFGate MCP Server listed on the Official MCP Registry?
- Yes — PDFGate MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does PDFGate MCP Server have?
- MCP Toplist tracks 7 versions of PDFGate MCP Server, most recently published on Sep 20, 2026.
- Where can I find the source code for PDFGate MCP Server?
- The source code for PDFGate MCP Server is hosted at github.com/pdfgate/pdfgate-mcp-server.
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.