PandaDoc MCP Server
OfficialPandaDoc MCP Server Guide
Configuration files, skills, 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.
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
Table of Contents
Related MCP server: mcp-Docuplete
Installation & Setup
Different MCP clients require slightly different setups. Follow the instructions below for your specific client to connect to the PandaDoc MCP server.
Claude Desktop
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:
Name:
PandaDocRemote MCP server URL: https://mcp.pandadoc.com/v1/mcp
Click Add
Click 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.
Claude Code
To set up the PandaDoc MCP server in Claude Code:
Open your terminal, run the following command, then press Enter:
claude mcp add pandadoc --transport http https://mcp.pandadoc.com/v1/mcpType
claudeto start Claude Code.Type
/mcpand press Enter to open the list of MCP servers you have installed.Use the arrow keys to navigate to the PandaDoc server and press Enter 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 Code to access your PandaDoc account.
Once authentication completes, head back to the terminal and run the
/mcpcommand again.The PandaDoc server should now display as connected, and you're ready to start prompting in Claude Code.
OpenCode
To set up the PandaDoc MCP server in OpenCode:
Open your terminal and run:
opencode mcp addPress Enter to start the process.
When OpenCode asks for the MCP server name, type
pandadocand press Enter.When OpenCode asks for the MCP server type, use the arrow keys to navigate to "Remote" and press Enter.
When OpenCode asks for the MCP server URL, type https://mcp.pandadoc.com/v1/mcp and press Enter.
When OpenCode asks if the server requires OAuth authentication, navigate to "Yes" and press Enter.
When OpenCode asks "Do you have a pre-registered client ID?", navigate to "No" and press Enter.
OpenCode should finish with the message: "MCP server added successfully".
Authenticate with your PandaDoc account by running:
opencode mcp auth pandadocPress Enter 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 OpenCode to access your PandaDoc account.
Once authentication completes, head back to the terminal and start OpenCode with the command
opencode.Inside OpenCode, type
/mcpin the prompt and press Enter.You should see "pandadoc" listed as "connected".
Press ESC and you're ready to start prompting in OpenCode.
Codex
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:
Name:
PandaDocSelect "Streamable HTTP"
Click 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.
Cursor
To set up the PandaDoc MCP server in Cursor:
Open the command palette:
macOS:
CMD + Shift + PWindows/Linux:
CTRL + Shift + P
From 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.jsonfile should open. Add the PandaDoc MCP server inside themcpServersobject. It should look like this:{ "mcpServers": { "pandadoc": { "url": "https://mcp.pandadoc.com/v1/mcp" } } }Note: if you already had an MCP server configured, make sure the commas are in the right place, for example:
{ "mcpServers": { "mcp-sample-server": { "url": "https://mcp.sample.server.com/mcp" }, "pandadoc": { "url": "https://mcp.pandadoc.com/v1/mcp" } } }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.
VS Code
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...":
macOS:
CMD + Shift + PWindows/Linux:
CTRL + Shift + P
Select HTTP.
Paste the server URL https://mcp.pandadoc.com/v1/mcp in the search bar, then hit Enter.
Type
PandaDocwhen it asks for a server ID, then hit Enter.Your
mcp.jsonfile 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.
Gemini (powered by Gemini CLI)
To set up the PandaDoc MCP server for use with Gemini:
Open your terminal and go to the folder where you want to work.
Run the following command:
gemini extensions install https://github.com/PandaDoc/mcp-server-guidePress Enter to start the process.
Instructions vary depending on the client. For other clients, ask your client how to add an MCP server or check your client's documentation.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PandaDoc/mcp-server-guide'
If you have feedback or need assistance with the MCP directory API, please join our Discord server