mcpbeat Sign in

Siglio MCP Server

local only

Siglio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 792 installs a week from npm.

MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.

Installs per day peak 119 · avg 3
a month agotoday
792
Installs / week
npm · siglio-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Siglio MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 siglio-mcp -- npx -y siglio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "siglio-mcp": {
      "args": [
        "-y",
        "siglio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.siglio-mcp]
command = "npx"
args = ["-y", "siglio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "siglio-mcp": {
      "args": [
        "-y",
        "siglio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "siglio-mcp": {
      "args": [
        "-y",
        "siglio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIGLIO_API_KEY (Your Siglio API key. Sandbox keys start with sig_sandbox_ and live keys start with sig_live_. Get one at https://esigndev.com), SIGLIO_ALLOW_LIVE (Set to true to allow a live key. Without it, live keys are refused and only sandbox keys will run. Leave unset while testing.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Siglio MCP

same job, measured the same way
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

31 installs/wk local only
Imap MCP Server
by nikolausm

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

501 installs/wk local only
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
Obambu cPanel MCP
by rodriguedev13

MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.

32 installs/wk local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Isitdisposable MCP
by richelo

An MCP server that lets AI agents check whether an email address or domain is disposable.

23 installs/wk local only
Gmail
by mintmcp

A MCP server for Gmail that lets you search, read, and draft emails and replies.

answering
Nylas
by usefulapi

MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.

15 tools answering

Siglio MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Siglio MCP?
Siglio MCP 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 npm package siglio-mcp was installed 792 times last week.
How do I connect Siglio MCP?
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 siglio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Siglio MCP?
The npm package siglio-mcp was installed 792 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.