{
  "markdown": "<div align=\"center\">\n\n<picture>\n  <source media=\"(\n  )\" srcset=\"./pd-mark_green_pd_white.svg\">\n  <img src=\"./pd-mark_black_pd.svg\" alt=\"PandaDoc\" width=\"90\">\n</picture>\n\n# PandaDoc MCP Server Guide\n\nConfiguration files and tools to integrate PandaDoc with LLMs and agent frameworks.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n[![Documentation](https://img.shields.io/badge/docs-developers.pandadoc.com-blue.svg)](https://developers.pandadoc.com/docs/how-to-use-the-pandadoc-mcp-server)\n\n</div>\n\n---\n\nPandaDoc hosts a remote MCP server at [https://mcp.pandadoc.com/v1/mcp](https://mcp.pandadoc.com/v1/mcp). This allows secure MCP client access via OAuth. View the docs [here](https://developers.pandadoc.com/docs/how-to-use-the-pandadoc-mcp-server).\n\n> [!NOTE]\n> PandaDoc document creation, sending, and other operations volume and limits are also applied to the PandaDoc MCP server.\n>\n> 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\n\n## Table of Contents\n\n- [Installation & Setup](#installation--setup)\n  - [Claude Desktop](#claude-desktop)\n  - [Claude Code](#claude-code)\n  - [Cline](#cline)\n  - [OpenCode](#opencode)\n  - [Codex](#codex)\n  - [Kiro](#kiro)\n  - [Cursor](#cursor)\n  - [VS Code](#vs-code)\n  - [Gemini (powered by Gemini CLI)](#gemini-powered-by-gemini-cli)\n- [Support and Privacy](#support-and-privacy)\n- [License](#license)\n\n## Installation & Setup\n\nDifferent MCP clients require slightly different setups. Follow the instructions below for your specific client to connect to the PandaDoc MCP server.\n\n### Claude Desktop\n\nTo set up the PandaDoc MCP server in Claude Desktop:\n\n1. Open Claude Desktop and go to **\"Customize\" → \"Connectors\"**.\n2. Click the **\"+\"** button, then select **\"... Add custom connector\"**.\n3. On the \"Add custom connector\" screen, enter:\n\n   - Name: `PandaDoc`\n   - Remote MCP server URL: [https://mcp.pandadoc.com/v1/mcp](https://mcp.pandadoc.com/v1/mcp)\n   - Click **Add**\n\n4. Click **Connect** to begin the authentication process. An external page will open.\n5. Click **Allow access** to consent and begin the authentication process with PandaDoc.\n6. Click **Authorize** to authenticate and allow Claude to access your PandaDoc account.\n7. After authentication completes, you should be prompted with an alert. Press **\"Open Claude\"** to go back to Claude Desktop.\n8. 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.\n\n### Claude Code\n\nTo set up the PandaDoc MCP server in Claude Code:\n\n1. Open your terminal, run the following command, then press **Enter**:\n   `claude mcp add pandadoc --transport http https://mcp.pandadoc.com/v1/mcp`\n2. Type `claude` to start Claude Code.\n3. Type `/mcp` and press **Enter** to open the list of MCP servers you have installed.\n4. Use the arrow keys to navigate to the PandaDoc server and press **Enter** to begin the authentication process. An external page will open.\n5. Click **Allow access** to consent and begin the authentication process with PandaDoc.\n6. Click **Authorize** to authenticate and allow Claude Code to access your PandaDoc account.\n7. Once authentication completes, head back to the terminal and run the `/mcp` command again.\n8. The PandaDoc server should now display as connected, and you're ready to start prompting in Claude Code.\n\n### Cline\n\nTo set up the PandaDoc MCP server with Cline:\n\n1. Install or update the Cline CLI:\n\n   ```sh\n   npm install -g cline\n   ```\n\n2. Open your terminal and start the Cline MCP installation wizard:\n\n   ```sh\n   cline mcp add pandadoc --transport streamable-http https://mcp.pandadoc.com/v1/mcp\n   ```\n\n3. Review the prefilled server details in the wizard and complete the setup.\n4. Continue to PandaDoc in your browser when prompted to authenticate.\n5. Click **Allow access**, then **Authorize**, to allow Cline to access your PandaDoc account.\n6. Return to Cline after authentication and verify that the PandaDoc server is connected.\n\nYou can reopen the MCP management interface at any time by running `cline mcp`.\n\nNo local PandaDoc package, source code, API key, or environment variable is required. Authentication is handled through PandaDoc OAuth.\n\n### OpenCode\n\nTo set up the PandaDoc MCP server in OpenCode:\n\n1. Open your terminal and run: `opencode mcp add`\n2. Press **Enter** to start the process.\n3. When OpenCode asks for the MCP server name, type `pandadoc` and press **Enter**.\n4. When OpenCode asks for the MCP server type, use the arrow keys to navigate to **\"Remote\"** and press **Enter**.\n5. When OpenCode asks for the MCP server URL, type [https://mcp.pandadoc.com/v1/mcp](https://mcp.pandadoc.com/v1/mcp) and press **Enter**.\n6. When OpenCode asks if the server requires OAuth authentication, navigate to **\"Yes\"** and press **Enter**.\n7. When OpenCode asks \"Do you have a pre-registered client ID?\", navigate to **\"No\"** and press **Enter**.\n8. OpenCode should finish with the message: \"MCP server added successfully\".\n9. Authenticate with your PandaDoc account by running: `opencode mcp auth pandadoc`\n10. Press **Enter** to begin the authentication process. An external page will open.\n11. Click **Allow access** to consent and begin the authentication process with PandaDoc.\n12. Click **Authorize** to authenticate and allow OpenCode to access your PandaDoc account.\n13. Once authentication completes, head back to the terminal and start OpenCode with the command `opencode`.\n14. Inside OpenCode, type `/mcp` in the prompt and press **Enter**.\n15. You should see \"pandadoc\" listed as \"connected\".\n16. Press **ESC** and you're ready to start prompting in OpenCode.\n\n### Codex\n\nTo set up the PandaDoc MCP server in Codex desktop:\n\n1. Open Codex and click **\"Settings → Settings\"** in the lower-left corner.\n2. In the settings view, select **\"MCP servers\"**.\n3. In the MCP servers listing, select **\"+ Add server\"**.\n4. On the \"Connect to a custom MCP\" screen, enter:\n\n   - Name: `PandaDoc`\n   - Select **\"Streamable HTTP\"**\n   - URL: [https://mcp.pandadoc.com/v1/mcp](https://mcp.pandadoc.com/v1/mcp)\n\n5. Click **Save**.\n6. 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.\n7. Click **Allow access** to consent and begin the authentication process with PandaDoc.\n8. Click **Authorize** to authenticate and allow Codex to access your PandaDoc account.\n9. Once authentication completes, head back to the Codex window, and you're ready to start prompting in Codex.\n\n### Kiro\n\nTo install the PandaDoc power from its public GitHub repository:\n\n1. Open the **Powers** panel and select **Add Custom Power**.\n2. Select **Import power from GitHub**.\n3. Enter `https://github.com/PandaDoc/mcp-server-guide` and click **Install**.\n4. Ask Kiro to perform a PandaDoc task and complete the PandaDoc OAuth flow when prompted.\n\n### Cursor\n\nTo set up the PandaDoc MCP server in Cursor:\n\n1. Open the command palette:\n\n   - macOS: `CMD + Shift + P`\n   - Windows/Linux: `CTRL + Shift + P`\n\n2. From the list, select **\"View: Open MCP Settings\"** and press **Enter**.\n3. Select **\"Tools & MCPs\"**.\n4. Under **\"Installed MCP Servers\"**, click the **\"New MCP Server\"** button.\n5. An `mcp.json` file should open. Add the PandaDoc MCP server inside the `mcpServers` object. It should look like this:\n\n   ```json\n   {\n     \"mcpServers\": {\n       \"pandadoc\": {\n         \"url\": \"https://mcp.pandadoc.com/v1/mcp\"\n       }\n     }\n   }\n   ```\n\n   **Note:** if you already had an MCP server configured, make sure the commas are in the right place, for example:\n\n   ```json\n   {\n     \"mcpServers\": {\n       \"mcp-sample-server\": {\n         \"url\": \"https://mcp.sample.server.com/mcp\"\n       },\n       \"pandadoc\": {\n         \"url\": \"https://mcp.pandadoc.com/v1/mcp\"\n       }\n     }\n   }\n   ```\n\n6. Save the file and go back to the previous \"Tools & MCPs\" screen.\n7. An **\"Authenticate\"** button should appear. Click it to begin the authentication process. An external page will open.\n8. Click **Allow access** to consent and begin the authentication process with PandaDoc.\n9. Click **Authorize** to authenticate and allow Cursor to access your PandaDoc account.\n10. Once authentication completes, head back to the Cursor app, and you're ready to start prompting.\n\n### VS Code\n\nTo set up the PandaDoc MCP server in VS Code:\n\n1. Make sure you have GitHub Copilot enabled.\n2. Open the command palette and select **\"MCP: Add server...\"**:\n\n   - macOS: `CMD + Shift + P`\n   - Windows/Linux: `CTRL + Shift + P`\n\n3. Select **HTTP**.\n4. Paste the server URL https://mcp.pandadoc.com/v1/mcp in the search bar, then hit **Enter**.\n5. Type `PandaDoc` when it asks for a server ID, then hit **Enter**.\n6. Your `mcp.json` file should be displayed with the PandaDoc MCP server configuration.\n7. VS Code will prompt with an alert to allow authentication. Press the **Allow** button.\n8. Another alert with a URL will be displayed. Click the **Open** button to begin the authentication process. An external page will open.\n9. Click **Allow access** to consent and begin the authentication process with PandaDoc.\n10. Click **Authorize** to authenticate and allow VS Code to access your PandaDoc account.\n11. Once authentication completes, head back to the VS Code window, and you're ready to start prompting in VS Code.\n\n### Gemini (powered by Gemini CLI)\n\nTo set up the PandaDoc MCP server for use with [Gemini](https://geminicli.com/):\n\n1. Open your terminal and go to the folder where you want to work.\n2. Run the following command: `gemini extensions install https://github.com/PandaDoc/mcp-server-guide`\n3. Press **Enter** to start the process.\n\n---\n\nInstructions vary depending on the client. For other clients, ask your client how to add an MCP server or check your client's documentation.\n\n## Support and Privacy\n\n- For help, visit the [PandaDoc Help Center](https://support.pandadoc.com/en/).\n- Review the [PandaDoc Privacy Notice](https://www.pandadoc.com/legal/privacy-notice/).\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 10221,
  "sha": "912e630a4b8f54afae7eb42cefa59d08ffb920dd2348774d3772e7039141fa27",
  "repo_slug": "pandadoc/mcp-server-guide",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_pandadoc_mcp_mcp_d865264d/readme"
}