by PandaDoc
Where to start to use PandaDoc MCP server
# Add to your Claude Code skills
git clone https://github.com/PandaDoc/mcp-server-guideGuides for using mcp servers skills like mcp-server-guide.
mcp-server-guide is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by PandaDoc. Where to start to use PandaDoc MCP server. It has 2 GitHub stars.
mcp-server-guide's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/PandaDoc/mcp-server-guide" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh mcp-server-guide against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
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:
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 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 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:
{
"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...":
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.