PandaDoc MCP Server

PandaDoc MCP Server

What is PandaDoc MCP? PandaDoc MCP (Model Context Protocol) server connects AI agents directly to PandaDoc's document workflow — creating, sending, and tracking contracts and agreements without leaving your AI client. How to use PandaDoc MCP? To use PandaDoc MCP, connect your PandaDoc account, provide the required API credentials, and configure the appropriate MCP client.

Category
Visit Server

README

<div align="center">

<picture> <source media="( )" srcset="./pd-mark_green_pd_white.svg"> <img src="./pd-mark_black_pd.svg" alt="PandaDoc" width="90"> </picture>

PandaDoc MCP Server Guide

Configuration files, skills, and tools to integrate PandaDoc with LLMs and agent frameworks.

License: MIT Documentation

</div>


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

Table of Contents

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:

  1. Open Claude Desktop and go to "Customize" → "Connectors".

  2. Click the "+" button, then select "... Add custom connector".

  3. On the "Add custom connector" screen, enter:

  4. Click Connect to begin the authentication process. An external page will open.

  5. Click Allow access to consent and begin the authentication process with PandaDoc.

  6. Click Authorize to authenticate and allow Claude to access your PandaDoc account.

  7. After authentication completes, you should be prompted with an alert. Press "Open Claude" to go back to Claude Desktop.

  8. 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:

  1. Open your terminal, run the following command, then press Enter: claude mcp add pandadoc --transport http https://mcp.pandadoc.com/v1/mcp
  2. Type claude to start Claude Code.
  3. Type /mcp and press Enter to open the list of MCP servers you have installed.
  4. Use the arrow keys to navigate to the PandaDoc server and press Enter to begin the authentication process. An external page will open.
  5. Click Allow access to consent and begin the authentication process with PandaDoc.
  6. Click Authorize to authenticate and allow Claude Code to access your PandaDoc account.
  7. Once authentication completes, head back to the terminal and run the /mcp command again.
  8. 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:

  1. Open your terminal and run: opencode mcp add
  2. Press Enter to start the process.
  3. When OpenCode asks for the MCP server name, type pandadoc and press Enter.
  4. When OpenCode asks for the MCP server type, use the arrow keys to navigate to "Remote" and press Enter.
  5. When OpenCode asks for the MCP server URL, type https://mcp.pandadoc.com/v1/mcp and press Enter.
  6. When OpenCode asks if the server requires OAuth authentication, navigate to "Yes" and press Enter.
  7. When OpenCode asks "Do you have a pre-registered client ID?", navigate to "No" and press Enter.
  8. OpenCode should finish with the message: "MCP server added successfully".
  9. Authenticate with your PandaDoc account by running: opencode mcp auth pandadoc
  10. Press Enter to begin the authentication process. An external page will open.
  11. Click Allow access to consent and begin the authentication process with PandaDoc.
  12. Click Authorize to authenticate and allow OpenCode to access your PandaDoc account.
  13. Once authentication completes, head back to the terminal and start OpenCode with the command opencode.
  14. Inside OpenCode, type /mcp in the prompt and press Enter.
  15. You should see "pandadoc" listed as "connected".
  16. Press ESC and you're ready to start prompting in OpenCode.

Codex

To set up the PandaDoc MCP server in Codex desktop:

  1. Open Codex and click "Settings → Settings" in the lower-left corner.

  2. In the settings view, select "MCP servers".

  3. In the MCP servers listing, select "+ Add server".

  4. On the "Connect to a custom MCP" screen, enter:

  5. Click Save.

  6. 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.

  7. Click Allow access to consent and begin the authentication process with PandaDoc.

  8. Click Authorize to authenticate and allow Codex to access your PandaDoc account.

  9. 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:

  1. Open the command palette:

    • macOS: CMD + Shift + P
    • Windows/Linux: CTRL + Shift + P
  2. From the list, select "View: Open MCP Settings" and press Enter.

  3. Select "Tools & MCPs".

  4. Under "Installed MCP Servers", click the "New MCP Server" button.

  5. An mcp.json file should open. Add the PandaDoc MCP server inside the mcpServers object. 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"
        }
      }
    }
    
  6. Save the file and go back to the previous "Tools & MCPs" screen.

  7. An "Authenticate" button should appear. Click it to begin the authentication process. An external page will open.

  8. Click Allow access to consent and begin the authentication process with PandaDoc.

  9. Click Authorize to authenticate and allow Cursor to access your PandaDoc account.

  10. 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:

  1. Make sure you have GitHub Copilot enabled.

  2. Open the command palette and select "MCP: Add server...":

    • macOS: CMD + Shift + P
    • Windows/Linux: CTRL + Shift + P
  3. Select HTTP.

  4. Paste the server URL https://mcp.pandadoc.com/v1/mcp in the search bar, then hit Enter.

  5. Type PandaDoc when it asks for a server ID, then hit Enter.

  6. Your mcp.json file should be displayed with the PandaDoc MCP server configuration.

  7. VS Code will prompt with an alert to allow authentication. Press the Allow button.

  8. Another alert with a URL will be displayed. Click the Open button to begin the authentication process. An external page will open.

  9. Click Allow access to consent and begin the authentication process with PandaDoc.

  10. Click Authorize to authenticate and allow VS Code to access your PandaDoc account.

  11. 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:

  1. Open your terminal and go to the folder where you want to work.
  2. Run the following command: gemini extensions install https://github.com/PandaDoc/mcp-server-guide
  3. 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.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured