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
{
"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