Odel
SignNow MCP Server

SignNow MCP Server

Local
@signnow8PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsignnow-mcp-serverv0.3.1

Run

uvx signnow-mcp-server

MCP client config

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