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.
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:
- Name:
PandaDoc - Remote MCP server URL: https://mcp.pandadoc.com/v1/mcp
- Click Add
- Name:
-
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.
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/mcp - Type
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.
To set up the PandaDoc MCP server in OpenCode:
- Open your terminal and run:
opencode mcp add - Press 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 pandadoc - 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 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.
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:
PandaDoc - Select "Streamable HTTP"
- URL: https://mcp.pandadoc.com/v1/mcp
- Name:
-
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.
To set up the PandaDoc MCP server in Cursor:
-
Open the command palette:
- macOS:
CMD + Shift + P - Windows/Linux:
CTRL + Shift + P
- macOS:
-
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.
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 + P - Windows/Linux:
CTRL + Shift + P
- macOS:
-
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.
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-guide - Press 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.