SignNow MCP Server

The SignNow REST API empowers users to deliver a seamless eSignature experience for signers, preparers, and senders. Pre-fill documents, create embedded branded workflows for multiple signers, request payments, and track signature status in real-time. Ensure signing is simple, secure, and intuitive on any device. Its 18 documented tools cover template, embedded, from, invite.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-27 · ★ 8 · #72 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install SignNow MCP Server

before you install - you'll need

Set SIGNNOW_USER_EMAIL, SIGNNOW_ACCESS_TOKEN, SIGNNOW_API_KEY, SIGNNOW_PASSWORD, SIGNNOW_API_BASIC_TOKEN, SIGNNOW_CLIENT_ID, SIGNNOW_CLIENT_SECRET, SIGNNOW_APP_BASE, SIGNNOW_API_BASE, OAUTH_ISSUER, ACCESS_TTL, REFRESH_TTL before connecting.

Claude Code

claude mcp add signnow-sn-mcp-server -- uvx signnow-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "signnow-sn-mcp-server": {
      "command": "uvx",
      "args": [
        "signnow-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package signnow-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.signnow is GitHub-verified and matches the repo owner

03 · What SignNow MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list templates & template groups with simplified metadata. Supports limit/offset pagination (default: 50 items per page), browse your documents, document groups and statuses. Supports limit/offset pagination (default: 50 items per page), convert a document or document group into a reusable template for signing, and get signing link for a document or document group.

Capability map

Tools grouped from the project's README - what SignNow MCP Server lets an agent do.

Embedded

6 tools - e.g. Embedded signing session without email delivery for documents/groups/templates. For template/template group it auto-creates document/document group first.; Embedded “sending/management” experience for…

create_embedded_invite · create_embedded_sending · create_embedded_editor · create_embedded_sending_from_template · create_embedded_editor_from_template · create_embedded_invite_from_template

Document

4 tools - e.g. Direct download link (merged output for groups).; Normalized document/group structure with field values, plus the folder the entity is stored in (folder_id/folder_name) at v3.0.; Prefill text fields in…

get_document_download_link · get_document · update_document_fields · view_document

read & search

3 tools - e.g. List templates & template groups with simplified metadata. Supports limit/offset pagination (default: 50 items per page).; Browse your documents, document groups and statuses. Supports limit/offset…

list_all_templates · list_documents · get_signing_link

create & write

2 tools - e.g. Make a document or a group from a template/group.; Convert a document or document group into a reusable template for signing.

create_from_template · create_template

Invite

2 tools - e.g. One-shot: create from template and invite.; Send a signing reminder to pending signers on a document or document group.

send_invite_from_template · send_invite_reminder

update

1 tool - e.g. Rename a document, document group, template, or template group. Auto-detects entity type when not provided.

rename_entity

Latest releases

v3.1.0 · 2026-07-27

Add branching and tagging strategy · Return folder info via get_document v3.0 · Return folder info

v3.0.0 · 2026-07-23

Fixed license file dates · Add kind parameter to upload_document for template uploads · New Contributors · @PetrVakulenko made their first contribution in · @hvenhlovskyi made their first contribution in

v2.7.1 · 2026-07-13

Fresh document state · New Contributors · @montekidlo made their first contribution in

04 · Who maintains SignNow MCP Server

SignNow MCP Server is maintained by signnow. We track 2 MCP servers from signnow - 2 actively maintained, 18 combined GitHub stars, oldest repo from Aug 2025. Full record: all servers from signnow.

  1. SignNow Api Helper MCP MCP server for SignNow API helper tools (stdio only). ★ 10

05 · Facts

category
automation - ranked #72 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-27)
registry
io.github.signnow/sn-mcp-server (active, first published 2026-01-15)
packages
pypi:signnow-mcp-server

06 · SignNow MCP Server FAQ

Is SignNow MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-27 and it shipped 7 releases in the last 90 days. We re-verify nightly.

What can SignNow MCP Server do?

With this server connected, an agent can list templates & template groups with simplified metadata. Supports limit/offset pagination (default: 50 items per page), browse your documents, document groups and statuses. Supports limit/offset pagination (default: 50 items per page), convert a document or document group into a reusable template for signing, and get signing link for a document or document group.

How do I install SignNow MCP Server?

Run `uvx signnow-mcp-server`. The README documents 12 environment variables (SIGNNOW_USER_EMAIL, SIGNNOW_ACCESS_TOKEN, SIGNNOW_API_KEY…) to set first. Set SIGNNOW_USER_EMAIL, SIGNNOW_ACCESS_TOKEN, SIGNNOW_API_KEY, SIGNNOW_PASSWORD, SIGNNOW_API_BASIC_TOKEN, SIGNNOW_CLIENT_ID, SIGNNOW_CLIENT_SECRET, SIGNNOW_APP_BASE, SIGNNOW_API_BASE, OAUTH_ISSUER, ACCESS_TTL, REFRESH_TTL before connecting. You can also paste the ready-made client config above.

Does SignNow MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to SignNow MCP Server