mcpbeat Sign in

SignNow MCP Server

local only

SignNow MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 224 installs a week from pypi. Last commit 27 Jul 2026.

A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 192 · avg 48 · -59% w/w
a month agotoday
224
Installs / week
pypi · signnow-mcp-server
8
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/sn_mcp_server/_version.py:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] run_tests.py:18
    subprocess.run([sys.executable, "-m", "pip", "install", "-e", ".[test]"], cwd=project_root, check=True)  # noqa: S603

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sn-mcp-server -- uvx signnow-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sn-mcp-server": {
      "args": [
        "signnow-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sn-mcp-server]
command = "uvx"
args = ["signnow-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "sn-mcp-server": {
      "args": [
        "signnow-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sn-mcp-server": {
      "args": [
        "signnow-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to SignNow MCP Server

same job, measured the same way
I
AWS MCP Server
by aws

A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.

local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

448 installs/wk local only
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only
YAML Workflow
by orieg

Expose declarative YAML-defined workflows as MCP tools over stdio

152 installs/wk local only
I
AWS MCP Server
by aws

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

278 552 installs/wk local only
Agent Workflow Engine
by lazymac2x

Cloudflare Workers MCP server: agent-workflow-engine

5 tools answering
MCP Eval Runner
by dbsectrainer

A standardized testing harness for MCP servers and agent workflows

27 installs/wk local only
CalmBoard MCP
by dalvaren

AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows.

answering

SignNow MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for SignNow MCP Server?
SignNow MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package signnow-mcp-server was installed 224 times last week.
Is SignNow MCP Server still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect SignNow MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls signnow-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use SignNow MCP Server?
The pypi package signnow-mcp-server was installed 224 times in the last week. Week over week that is -59%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SignNow MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.