Skip to content
Cline

SignNow MCP Server for Cline

io.github.signnow/sn-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install SignNow MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

SignNow MCP Server in other clients