The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the PandaDoc MCP Server listing page.
Configuration files and tools to integrate PandaDoc with LLMs and agent frameworks.
PandaDoc hosts a remote MCP server at https://mcp.pandadoc.com/v1/mcp. This allows secure MCP client access via OAuth. View the docs here.
[!NOTE] PandaDoc document creation, sending, and other operations volume and limits are also applied to the PandaDoc MCP server.
Existing rate limits for the PandaDoc Public API also apply to PandaDoc MCP server tools. More information on Public API limits can be found in: https://developers.pandadoc.com/reference/limits
Different MCP clients require slightly different setups. Follow the instructions below for your specific client to connect to the PandaDoc MCP server.
To set up the PandaDoc MCP server in Claude Desktop:
Open Claude Desktop and go to "Customize" → "Connectors".
Click the "+" button, then select "... Add custom connector".
On the "Add custom connector" screen, enter:
PandaDocClick Connect to begin the authentication process. An external page will open.
Click Allow access to consent and begin the authentication process with PandaDoc.
Click Authorize to authenticate and allow Claude to access your PandaDoc account.
After authentication completes, you should be prompted with an alert. Press "Open Claude" to go back to Claude Desktop.
Back in the Claude app, you should see PandaDoc listed as one of your custom connectors, and you're ready to start prompting in Claude.
To set up the PandaDoc MCP server in Claude Code:
claude mcp add pandadoc --transport http https://mcp.pandadoc.com/v1/mcpclaude to start Claude Code./mcp and press Enter to open the list of MCP servers you have installed./mcp command again.To set up the PandaDoc MCP server with Cline:
Install or update the Cline CLI:
Open your terminal and start the Cline MCP installation wizard:
Review the prefilled server details in the wizard and complete the setup.
Continue to PandaDoc in your browser when prompted to authenticate.
Click Allow access, then Authorize, to allow Cline to access your PandaDoc account.
Return to Cline after authentication and verify that the PandaDoc server is connected.
You can reopen the MCP management interface at any time by running cline mcp.
No local PandaDoc package, source code, API key, or environment variable is required. Authentication is handled through PandaDoc OAuth.
To set up the PandaDoc MCP server in OpenCode:
opencode mcp addpandadoc and press Enter.opencode mcp auth pandadocopencode./mcp in the prompt and press Enter.To set up the PandaDoc MCP server in Codex desktop:
Open Codex and click "Settings → Settings" in the lower-left corner.
In the settings view, select "MCP servers".
In the MCP servers listing, select "+ Add server".
On the "Connect to a custom MCP" screen, enter:
PandaDocClick Save.
Back in the MCP servers list, an "Authenticate" button should appear next to the settings gear icon. Click it to begin the authentication process. An external page will open.
Click Allow access to consent and begin the authentication process with PandaDoc.
Click Authorize to authenticate and allow Codex to access your PandaDoc account.
Once authentication completes, head back to the Codex window, and you're ready to start prompting in Codex.
To install the PandaDoc power from its public GitHub repository:
https://github.com/PandaDoc/mcp-server-guide and click Install.To set up the PandaDoc MCP server in Cursor:
Open the command palette:
CMD + Shift + PCTRL + Shift + PFrom the list, select "View: Open MCP Settings" and press Enter.
Select "Tools & MCPs".
Under "Installed MCP Servers", click the "New MCP Server" button.
An mcp.json file should open. Add the PandaDoc MCP server inside the mcpServers object. It should look like this:
Note: if you already had an MCP server configured, make sure the commas are in the right place, for example:
Save the file and go back to the previous "Tools & MCPs" screen.
An "Authenticate" button should appear. Click it to begin the authentication process. An external page will open.
Click Allow access to consent and begin the authentication process with PandaDoc.
Click Authorize to authenticate and allow Cursor to access your PandaDoc account.
Once authentication completes, head back to the Cursor app, and you're ready to start prompting.
To set up the PandaDoc MCP server in VS Code:
Make sure you have GitHub Copilot enabled.
Open the command palette and select "MCP: Add server...":
CMD + Shift + PCTRL + Shift + PSelect HTTP.
Paste the server URL https://mcp.pandadoc.com/v1/mcp in the search bar, then hit Enter.
Type PandaDoc when it asks for a server ID, then hit Enter.
Your mcp.json file should be displayed with the PandaDoc MCP server configuration.
VS Code will prompt with an alert to allow authentication. Press the Allow button.
Another alert with a URL will be displayed. Click the Open button to begin the authentication process. An external page will open.
Click Allow access to consent and begin the authentication process with PandaDoc.
Click Authorize to authenticate and allow VS Code to access your PandaDoc account.
Once authentication completes, head back to the VS Code window, and you're ready to start prompting in VS Code.
To set up the PandaDoc MCP server for use with Gemini:
gemini extensions install https://github.com/PandaDoc/mcp-server-guideInstructions vary depending on the client. For other clients, ask your client how to add an MCP server or check your client's documentation.
Beyond the raw connector, this repo also publishes a Claude plugin that bundles everything a Claude user needs in a single install:
The plugin works in Claude Code — the terminal CLI, the Code tab in the Claude desktop app, the IDE extensions, and claude.ai/code. In any of them:
Add this repo as a plugin marketplace:
Install the plugin:
Connect the bundled PandaDoc connector and authorize access to your account — in the terminal, run /mcp, select the PandaDoc connector, and complete the OAuth flow; in the desktop app or IDE, click Connect on PandaDoc in the plugin's connectors.
The skills are now available — type / to browse them, or just describe your task (e.g. "send this NDA for signature"). To pull newer skill versions later, run /plugin marketplace update.