---
title: "SignNow MCP Server"
url: "https://docs.signnow.com/docs/mcp-server"
type: "page"
section: "Documentation"
slug: "mcp-server"
---

# SignNow MCP Server

# SignNow MCP Server

---

The hosted SignNow MCP server is available at: `https://mcp-server.signnow.com/mcp`

This URL is used by MCP clients that accept a custom server URL (such as MCP Inspector or custom integrations). The Quick connect buttons below configure it automatically, so you do not need to paste the URL.

**Quick connect**:

✅ [Add SignNow to Claude](https://claude.com/connectors/signnow)

✅ [Add SignNow to ChatGPT](https://chatgpt.com/apps/signnow/asdk_app_69b144385fe481919993cbb4a104b393)

---

## What is the SignNow MCP?

The [SignNow MCP server](https://github.com/signnow/sn-mcp-server) provides a set of tools your MCP-compatible AI assistant can call via the Model Context Protocol (MCP). This allows your AI to securely interact with SignNow's eSignature APIs in response to natural language requests or workflow triggers.

In short, instead of only suggesting *what* to do, your AI can execute eSignature workflows directly in SignNow.

The SignNow MCP server is an open-source project, allowing you to deploy it within your own infrastructure for maximum control. You can find the source code on [GitHub](https://github.com/signnow/sn-mcp-server) and explore it on the [MCP Market](https://mcpmarket.com/server/signnow) community directory.

## How it works

1. You connect SignNow MCP to your MCP-compatible AI client (like Claude or VS Code).
2. You enter a command, for example: *"List all documents in my account."*
3. The AI selects the **SignNow tool** and triggers the appropriate action.
4. The SignNow MCP securely calls the **SignNow API**, which executes the requested action.
5. Finally, the SignNow MCP returns the structured results (JSON) back to the AI.

---

## Features

The server exposes the following capabilities to your AI agent:

**Templates and document creation**

- List templates and template groups with simplified metadata.
- Create a document or a group from a template/group.
- Convert a document or document group into a reusable template.
- Upload documents from a local file path, a public URL, or an MCP resource attachment.

**Document management**

- Browse your documents, document groups, and their current statuses.
- Get normalized document/group structure with field values.
- Generate a read-only view link to preview a document or group before sending.
- Pre-fill text fields in individual documents.
- Rename documents, document groups, templates, and template groups.
- Get a direct download link for a document (or merged output for groups).

**Contacts**

- Search contacts by name, email, or phone to resolve recipient details before sending.

**Send invites**

- Send email invites for documents, groups, or templates (auto-creates documents from templates as needed; supports ordered recipients and freeform documents).
- Send self-sign invites that return a ready-to-open signing link.
- Get a direct signing link for documents awaiting the user's signature.
- Send signing reminders to pending recipients.
- Replace the recipient on a pending field invite.
- Cancel all active (pending) signing invites on a document or group.
- Check the current status and step details of an invite.

**Embedded experiences**

- Create an embedded signing session without sending an email (documents, groups, or templates).
- Create an embedded "sending/management" experience.
- Generate an embedded editor link to place or adjust fields.

---

## SignNow MCP Server in action

Watch how to automate eSignature workflows using the SignNow MCP Server in Claude Desktop.

https://www.youtube.com/watch?v=hxt9BybwRbQ

---

## See also

- [Quick start](/docs/mcp-quick-start)
- [Local setup](/docs/mcp-local-setup)
- [Hosted setup](/docs/mcp-hosted-setup)
- [SignNow MCP Server tools](/docs/mcp-tools)
- [SignNow API Helper MCP](/docs/api-helper-mcp)
- [SignNow MCP Server security](/docs/mcp-server-security)

Report technical issues about the SignNow MCP Server [here](https://github.com/signnow/sn-mcp-server/issues).


---
*Full page: https://docs.signnow.com/docs/mcp-server*
