SignNow MCP Server for Cursor
io.github.signnow/sn-mcp-server
A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.
client:Cursor
transport:stdio
runtime:pypi
Install SignNow MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sn-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"signnow-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs