SignNow Api Helper MCP for Cursor
io.github.signnow/sn-api-helper-mcp
MCP server for SignNow API helper tools (stdio only).
client:Cursor
transport:stdio
runtime:pypi
Install SignNow Api Helper MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sn-api-helper-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sn-api-helper-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs