Skip to content
Cursor

addsign mcp for Cursor

io.github.rmindgh/addsign-mcp

Send documents for e-signature, track status, remind signers, and download signed PDFs via AddSign

client:Cursor transport:stdio runtime:npm

Install addsign mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "addsign-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "addsign-mcp"
      ],
      "env": {
        "ADDSIGN_API_KEY": "<ADDSIGN_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

addsign mcp in other clients