@mindstone-engineering/mcp-server-pandadoc
v0.2.1
Published
PandaDoc document automation MCP server for Model Context Protocol hosts
Readme
@mindstone-engineering/mcp-server-pandadoc
PandaDoc document automation MCP server for Model Context Protocol hosts. Create, send, and manage documents, templates, and e-signatures through a standardised MCP interface.
Requirements
- Node.js 20+
- npm
Quick Start
Install & build
cd <path-to-repo>/connectors/pandadoc
npm install
npm run buildnpx (once published)
npx -y @mindstone-engineering/mcp-server-pandadocLocal
node dist/index.jsConfiguration
Environment variables
PANDADOC_API_KEY— PandaDoc API key (from Developer Dashboard)MCP_HOST_BRIDGE_STATE— optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE— backwards-compatible alias forMCP_HOST_BRIDGE_STATE
Host configuration examples
Claude Desktop / Cursor
{
"mcpServers": {
"PandaDoc": {
"command": "npx",
"args": ["-y", "@mindstone-engineering/mcp-server-pandadoc"],
"env": {
"PANDADOC_API_KEY": "your-api-key"
}
}
}
}Local development (no npm publish needed)
{
"mcpServers": {
"PandaDoc": {
"command": "node",
"args": ["<path-to-repo>/connectors/pandadoc/dist/index.js"],
"env": {
"PANDADOC_API_KEY": "your-api-key"
}
}
}
}Tools (9)
Configuration
configure_pandadoc_api_key— Configure the PandaDoc API key
Documents
list_documents— List and search PandaDoc documents with filteringget_document_status— Check the current status of a documentget_document_details— Get full details for a documentcreate_document_from_template— Create a new document from a templateupload_document— Upload a PDF, DOCX, or RTF file to create a documentsend_document— Send a document to recipients for viewing/signingdownload_document— Download a document as PDF
Templates
list_templates— List available PandaDoc templates
Licence
FSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
