DocuSeal MCP Server
Enables interaction with DocuSeal's API for managing templates, submissions, and submitters for document signing.
README
DocuSeal MCP Server
MCP server for DocuSeal document signing and template management. This server provides tools to interact with DocuSeal's API for managing templates, submissions, and submitters.
Features
Templates
- List all templates with filtering options
- Get detailed template information
- Clone existing templates
- Archive templates
- Create templates from PDF files
Submissions
- List submissions with filtering
- Get detailed submission information
- Create new submissions for document signing
- Archive submissions
Submitters
- List submitters with filtering
- Get detailed submitter information
- Update submitter details and field values
- Re-send email notifications
Installation
Via NPX (Recommended)
npx docuseal-mcp
Via NPM Global Install
npm install -g docuseal-mcp
Configuration
1. Get Your API Key
- Visit DocuSeal Console
- Copy your X-Auth-Token
2. Configure Claude Desktop
Add the server to your Claude Desktop configuration file with your API key.
Important: The API key MUST be configured in the environment - it's the only way to authenticate with DocuSeal.
macOS
File location: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows
File location: %APPDATA%/Claude/claude_desktop_config.json
Configuration Content
{
"mcpServers": {
"docuseal": {
"command": "npx",
"args": ["-y", "docuseal-mcp"],
"env": {
"DOCUSEAL_API_KEY": "your-api-key-here"
}
}
}
}
If installed globally:
{
"mcpServers": {
"docuseal": {
"command": "docuseal-mcp",
"env": {
"DOCUSEAL_API_KEY": "your-api-key-here"
}
}
}
}
3. Restart Claude Desktop
After updating the configuration, restart Claude Desktop to load the MCP server with your API key.
Available Tools
Template Management
docuseal_list_templates
List all document templates from DocuSeal.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
application_key(optional): Filter by application keyfolder(optional): Filter by folder namearchived(optional): Get archived templates instead of active oneslimit(optional): Number of templates to return (max 100, default 10)
docuseal_get_template
Get detailed information about a specific template.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
template_id(required): The unique identifier of the template
docuseal_clone_template
Clone an existing template into a new template.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
template_id(required): The unique identifier of the template to clonename(optional): Name for the new cloned templatefolder_name(optional): Folder name for the cloned templateapplication_key(optional): Application key for the cloned template
docuseal_archive_template
Archive (soft delete) a template.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
template_id(required): The unique identifier of the template to archive
docuseal_create_template_from_pdf
Create a template from an existing PDF with form fields.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
name(required): Name for the templatedocuments(required): Array of documents with fields configurationfolder_name(optional): Folder name for the templateapplication_key(optional): Application key for the template
Submission Management
docuseal_list_submissions
List all submissions with optional filtering.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
template_id(optional): Filter by template IDapplication_key(optional): Filter by application keytemplate_folder(optional): Filter by template folder namelimit(optional): Number of submissions to return (max 100, default 10)
docuseal_get_submission
Get detailed information about a specific submission.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
submission_id(required): The unique identifier of the submission
docuseal_create_submission
Create a new submission for document signing.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
template_id(required): Template ID to create submission fromsubmitters(required): Array of submitters for the documentsend_email(optional): Whether to send email notifications (default: true)order(optional): Order of submitters signing ('preserved' or 'random', default: 'preserved')message(optional): Custom email message with subject and body
docuseal_archive_submission
Archive (soft delete) a submission.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
submission_id(required): The unique identifier of the submission to archive
Submitter Management
docuseal_list_submitters
List all submitters with optional filtering.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
submission_id(optional): Filter by submission IDapplication_key(optional): Filter by application keylimit(optional): Number of submitters to return (max 100, default 10)
docuseal_get_submitter
Get detailed information about a specific submitter.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
submitter_id(required): The unique identifier of the submitter
docuseal_update_submitter
Update submitter details, field values, and re-send emails.
Note: API key is automatically used from the DOCUSEAL_API_KEY environment variable configured in Claude Desktop.
submitter_id(required): The unique identifier of the submittername(optional): Submitter nameemail(optional): Submitter emailphone(optional): Submitter phonevalues(optional): Field values to updatesend_email(optional): Whether to re-send email notificationmessage(optional): Custom email message with subject and body
Example Usage
Once configured with Claude Desktop, you can use natural language to interact with DocuSeal:
- "List all my DocuSeal templates"
- "Create a new submission for template ID 123 with John Doe's email"
- "Get the status of submission 456"
- "Clone template 789 with a new name"
- "Archive the old contract template"
Note: Since your API key is configured in the environment, you don't need to provide it in your requests to Claude!
Development
Local Development
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build - Test locally:
npm run dev
Building
npm run build
The built files will be in the build/ directory.
API Documentation
For more detailed API documentation, visit:
License
MIT
Support
For support with this MCP server, please open an issue on GitHub.
For DocuSeal API support, visit DocuSeal's documentation.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.