Odel
SignNow Api Helper MCP

SignNow Api Helper MCP

Local
@signnow10PythonMITUpdated 7mo ago

MCP server for SignNow API helper tools (stdio only).

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).

PyPIsn-api-helper-mcpv0.1.1

Run

uvx sn-api-helper-mcp

MCP client config

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