mcp server for Claude Desktop
com.pdfgate/mcp-server
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pdfgate.com/server"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs