PDFMakerAPI
Rank #19,051io.github.GerardoBarrera/pdfmakerapi-mcp
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
PDFMakerAPI is a Model Context Protocol (MCP) server published by gerardobarrera. It ranks #19,051 of 115,591 servers tracked on MCP Toplist. PDFMakerAPI is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jun 19, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 96,540 of 115,591 servers on MCP Toplist.
Use PDFMakerAPI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http pdfmakerapi-mcp https://api.pdfmakerapi.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add pdfmakerapi-mcp -- npx -y @pdfmakerapi/mcp[mcp_servers.pdfmakerapi-mcp]
url = "https://api.pdfmakerapi.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.pdfmakerapi-mcp]
command = "npx"
args = ["-y", "@pdfmakerapi/mcp"]Add to ~/.codex/config.toml.
https://api.pdfmakerapi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pdfmakerapi-mcp": {
"command": "npx",
"args": [
"-y",
"@pdfmakerapi/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pdfmakerapi-mcp": {
"url": "https://api.pdfmakerapi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pdfmakerapi-mcp": {
"command": "npx",
"args": [
"-y",
"@pdfmakerapi/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pdfmakerapi-mcp": {
"type": "http",
"url": "https://api.pdfmakerapi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"pdfmakerapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pdfmakerapi/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pdfmakerapi-mcp": {
"serverUrl": "https://api.pdfmakerapi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pdfmakerapi-mcp": {
"command": "npx",
"args": [
"-y",
"@pdfmakerapi/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pdfmakerapi-mcp": {
"url": "https://api.pdfmakerapi.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pdfmakerapi-mcp": {
"command": "npx",
"args": [
"-y",
"@pdfmakerapi/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.GerardoBarrera%2Fpdfmakerapi-mcp)<a href="https://mcptoplist.com/server/io.github.GerardoBarrera%2Fpdfmakerapi-mcp"><img src="https://mcptoplist.com/badge/io.github.GerardoBarrera%2Fpdfmakerapi-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
gerardobarrera
Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | Jun 19, 2026 |
Frequently asked questions
- Who maintains PDFMakerAPI?
- PDFMakerAPI is maintained by gerardobarrera, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is PDFMakerAPI listed on the Official MCP Registry?
- Yes — PDFMakerAPI is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does PDFMakerAPI have?
- MCP Toplist tracks 1 version of PDFMakerAPI, most recently published on Jun 19, 2026.
- Where can I find the source code for PDFMakerAPI?
- The source code for PDFMakerAPI is hosted at github.com/gerardobarrera/pdfmakerapi-mcp.