SignNow MCP Server for VS Code
io.github.signnow/sn-mcp-server
A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.
client:VS Code
transport:stdio
runtime:pypi
Install SignNow MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"sn-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"signnow-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs