DocsAutomator MCP Server
OfficialAllows using Airtable bases as a data source for document automation, including reading structure and sample records, mapping fields, and generating documents from records.
Allows using ClickUp as a data source for document automation, reading tasks and data to generate documents.
Allows outputting generated documents to Google Drive.
Allows using Google Forms submissions as a trigger or data source for generating documents.
Allows using Google Sheets as a data source for document automation, including reading spreadsheets, mapping fields, and generating documents from rows.
Allows running DocsAutomator document automations from Make scenarios.
Allows running DocsAutomator document automations from n8n workflows.
Allows using Notion as a data source for document automation, including reading structure and sample records and mapping fields.
Allows running DocsAutomator document automations from Zapier workflows.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DocsAutomator MCP ServerCreate a contract from my template and send it to client@example.com for acceptance."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: SignaTrust MCP Server
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
Or add this to your MCP settings:
{
"mcpServers": {
"docsautomator": { "url": "https://mcp.docsautomator.co/mcp" }
}
}VS Code
Claude Code
claude mcp add --transport http docsautomator https://mcp.docsautomator.co/mcpTo 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@docsautomatorOther 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Send AI-created PDFs for signature, track signers, and return verifiable document evidence.
E-signature API for AI agents: send contracts, sign PDF documents, track and download signed files.
Automate eSignature workflows and signing tasks via natural language commands.
- SignvoyOAuthcom.signvoy
Send documents for e-signature, track signing status, and download signed PDFs. No API key required.
Related MCP Servers
- AlicenseAqualityCmaintenanceDocument signing for AI agents. Send markdown or PDF for two-party e-signing with a single tool call — handles PDF generation, email verification, and SHA-256 certified delivery.27 npmMIT
- AlicenseAqualityCmaintenanceEnables AI assistants to manage document signing workflows via natural language, including creating envelopes, uploading documents, analyzing contracts, and verifying blockchain anchors.821 npm1MIT

layerone-mcpofficial
AlicenseAqualityDmaintenanceEnables AI agents to generate documents (PDF/DOCX/Factur-X) and manage electronic signatures (eIDAS/PAdES) via natural language using LayerOne's DocX and Sign APIs.2020 npmMIT
Formify MCPofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents to create fillable PDFs, send contracts for e-signature, verify signers via BankID or ID scans, and track post-send document workflows.5MIT