DocsAutomator MCP Server
OfficialREADME.md
# DocsAutomator MCP server
DocsAutomator makes documents from your data and sends them for acceptance or signature. This repository describes how to connect your AI agent to the hosted DocsAutomator MCP server. MCP (Model Context Protocol) is the open standard that AI apps such as Claude, ChatGPT, Cursor and VS Code use to call outside tools.
**Server address:** `https://mcp.docsautomator.co/mcp`
The server is hosted by DocsAutomator. You install nothing. This repository holds no server code, only the connection details, a Claude plugin and a skill.
## What your agent can do
- Design a document template in your brand, for example from your website.
- Fill the template with your data and make a PDF or Word document.
- Send the document for acceptance (the recipient reads it and taps Accept) or for signature.
- Follow each document: who opened it, who accepted or signed, and the final PDF.
- Build complete automations that run from Airtable, Notion, Google Sheets, ClickUp, SmartSuite, Google Forms, Zapier, Make or n8n.
## Connect your AI app
You sign in to DocsAutomator the first time your app connects. If you have no account, you can create one for free at https://app.docsautomator.co.
**Claude (web, desktop and mobile)**
1. Open Settings, then Connectors.
2. Click "Add custom connector".
3. Enter `https://mcp.docsautomator.co/mcp` and click Connect.
4. Sign in to DocsAutomator and allow access.
**ChatGPT**
1. Turn on developer mode in Settings, under Security and login.
2. Add a connector with the address `https://mcp.docsautomator.co/mcp`.
3. Sign in to DocsAutomator and allow access.
**Cursor**
[Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=DocsAutomator&config=eyJ1cmwiOiJodHRwczovL21jcC5kb2NzYXV0b21hdG9yLmNvL21jcCJ9)
Or add this to your MCP settings:
```json
{
"mcpServers": {
"docsautomator": { "url": "https://mcp.docsautomator.co/mcp" }
}
}
```
**VS Code**
[Add to VS Code](vscode:mcp/install?%7B%22name%22%3A%22docsautomator%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.docsautomator.co%2Fmcp%22%7D)
**Claude Code**
```bash
claude mcp add --transport http docsautomator https://mcp.docsautomator.co/mcp
```
To add the server and the "Send a quote for acceptance" skill in one step, install this repository as a plugin:
```
/plugin marketplace add DocsAutomator/docsautomator-mcp
/plugin install docsautomator@docsautomator
```
**Other MCP apps**
Use the address `https://mcp.docsautomator.co/mcp` with streamable HTTP.
## Sign-in
- **OAuth (recommended):** your app opens a DocsAutomator sign-in page. If your account has more than one workspace, you pick the workspace there. To change the workspace, disconnect and connect again.
- **API key:** for apps without OAuth support, send your API key as a Bearer token in the `Authorization` header. Find the key in DocsAutomator under Settings, Workspace, API. An API key belongs to one workspace.
## Your first win: a quote, accepted
Paste this prompt into your AI app:
```
Make a quote in the style of https://your-website.com and send it to me at you@example.com for acceptance. Use DocsAutomator and send it in test mode.
```
No website? Use this one. Your agent then starts from a quote in the DocsAutomator template gallery:
```
Make a quote and send it to me at you@example.com for acceptance. Use DocsAutomator and send it in test mode.
```
Open the email on your phone, check the quote, type your name and tap Accept. The accepted PDF and its record appear in DocsAutomator under Documents. This takes about two minutes.
Next, ask your agent to send the quote to a real client, make it from your Airtable base, or use your own Word template.
## Test mode
Your agent can send any document in test mode. A test document carries a preview watermark and does not count toward your plan. A signing or acceptance request in test mode still sends the real email to the real person, and it is never billed.
## Tools
The server gives your agent about 50 tools. In plain words:
- **Automations:** list, read, create, copy and delete automations; set the name, language, status and output (PDF, Word, Google Doc, Google Drive, email).
- **Templates:** design a Word or Google Doc template with AI, edit it, undo an edit, preview style options, use a template from the gallery, read your brand from a website, upload your own Word or PDF template, and list its placeholders.
- **Data:** connect a data source, read its structure and sample records, map fields, and set up line items, conditions and placeholder formats.
- **Documents:** make a document, follow its job, and list recent runs.
- **Acceptance and signature:** set up recipients and settings, send, remind, resend, cancel, get signing links, and read the session and its audit trail.
- **Help:** search the DocsAutomator documentation and send a test email.
## Pricing
Pricing is at https://docsautomator.co/pricing. Acceptance and signature cost $0.50 per document, charged once when the first recipient opens it. A request nobody opens is free.
## Documentation and support
- Documentation: https://docsautomator.co/docs/integrations-api/docsautomator-mcp
- Support: support@docsautomator.co
- Security issues: see [SECURITY.md](SECURITY.md).
## License
The files in this repository are under the MIT License. The DocsAutomator service has its own terms: https://docsautomator.co/terms.
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues