DocsAutomator MCP server
MCP serverEverything elseMake documents in your brand from your data and send them for acceptance or signature.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use DocsAutomator MCP server
Install DocsAutomator MCP server
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http docsautomator-mcp-server 'https://mcp.docsautomator.co/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://mcp.docsautomator.co/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=docsautomator-mcp-server&config=eyJ1cmwiOiJodHRwczovL21jcC5kb2NzYXV0b21hdG9yLmNvL21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://mcp.docsautomator.co/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add docsautomator-mcp-server --url 'https://mcp.docsautomator.co/mcp'Run it once, then sign in with codex mcp login docsautomator-mcp-server if the server asks for an account.
From the project's README
As published by DocsAutomator/docsautomator-mcp in README.md.
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)
- Open Settings, then Connectors.
- Click "Add custom connector".
- Enter
https://mcp.docsautomator.co/mcpand click Connect. - Sign in to DocsAutomator and allow access.
ChatGPT
- Turn on developer mode in Settings, under Security and login.
- Add a connector with the address
https://mcp.docsautomator.co/mcp. - Sign in to DocsAutomator and allow access.
Cursor
Add to Cursor
Or add this to your MCP settings:
{
"mcpServers": {
"docsautomator": { "url": "https://mcp.docsautomator.co/mcp" }
}
}
VS Code
Add to VS Code
Claude Code
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
Authorizationheader. 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.
License
The files in this repository are under the MIT License. The DocsAutomator service has its own terms: https://docsautomator.co/terms.
Advanced
- Delivery
- mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
co-docsautomator-mcp- Source
- github.com/DocsAutomator/docsautomator-mcp
- Hosted endpoint
https://mcp.docsautomator.co/mcp