Skip to content
VS Code

SignNow Api Helper MCP for VS Code

io.github.signnow/sn-api-helper-mcp

MCP server for SignNow API helper tools (stdio only).

client:VS Code transport:stdio runtime:pypi

Install SignNow Api Helper MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "sn-api-helper-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sn-api-helper-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SignNow Api Helper MCP in other clients