PluginBench
MCP Server

SignNow Api Helper MCP MCP Server

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

What is the SignNow Api Helper MCP MCP server?

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

How to install SignNow Api Helper MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sn-api-helper-mcp": {
      "command": "uvx",
      "args": [
        "sn-api-helper-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sn-api-helper-mcp": {
      "command": "uvx",
      "args": [
        "sn-api-helper-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sn-api-helper-mcp": {
      "command": "uvx",
      "args": [
        "sn-api-helper-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sn-api-helper-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sn-api-helper-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add sn-api-helper-mcp -- uvx sn-api-helper-mcp

Related MCP servers

A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.

View repository →