# How to Use the PandaDoc MCP Server

Configure AI development tools to connect to PandaDoc's Model Context Protocol server and leverage AI-powered PandaDoc integrations

## Prerequisites

Before connecting to the PandaDoc MCP server, you need a [PandaDoc account](https://signup.pandadoc.com/?plan=rec_plans_v8_api_ss_mn\&ss=developer_portal-use-pandadoc-mcp-server\&lng=en-US). The PandaDoc MCP server can connect to any AI-assisted tool powered by a large language model (LLM) platform. We have already tested with some listed [here](https://developers.pandadoc.com/docs/supported-mcp-clients)

## Connect to the MCP Server

You can connect to the PandaDoc MCP server through several AI assistants and developer tools.

| PandaDoc MCP server URL           | Transport Type                   |
| --------------------------------- | -------------------------------- |
| <https://mcp.pandadoc.com/v1/mcp> | "Streamable HTTP" or just "http" |

## Authentication

To interact with the MCP server, you’ll to authenticate with PandaDoc using your logged in account

## More info

If you want to know more how to use PandaDoc MCP Server, go to our [Getting Started with MCP](https://developers.pandadoc.com/docs/getting-started-with-mcp) page and follow the instructions there.

<br />