3 months ago
The PandaDoc MCP Server enables AI tools to interact with PandaDoc's document management system, providing access to document templates, field mappings, roles, real-time document state previews, and seamless integration with PandaDoc's public API for automated document workflows.
Server Config
{
"mcpServers": {
"pandadoc": {
"command": "npx",
"args": [
"mcp-remote",
"https://developers.pandadoc.com/mcp",
"--header",
"Authorization: API-Key ${AUTH_TOKEN}"
],
"env": {
"AUTH_TOKEN": "<YOUR_TOKEN>"
}
}
}
}