
sn-api-helper-mcp
io.github.signnow/sn-api-helper-mcp
MCP server for SignNow API helper tools (stdio only).
Documentation
SignNow Api Helper MCP
MCP server for SignNow API helper tools (stdio only).
mcp-name: io.github.signnow/sn-api-helper-mcp
Installation
pip install -e .
Run
python -m sn_api_helper_mcp serve
or
sn-api-helper-mcp serve
or
uvx sn-api-helper-mcp
🔌 Integrations & Setup
You can use this server with any MCP client. Below are the configurations for the most popular IDEs and apps.
1. Claude Desktop
To use SignNow tools directly inside Claude app:
- Open your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add the following to the
mcpServersobject:
{
"mcpServers": {
"signnow-api-helper": {
"command": "uvx",
"args": ["sn-api-helper-mcp"]
}
}
}
- Restart Claude Desktop.
2. Cursor AI
Cursor now supports MCP natively.
- Open Cursor Settings (Cmd/Ctrl + ,).
- Go to Features > MCP Servers.
- Click + Add New MCP Server.
- Add the following to the
mcpServersobject:
{
"mcpServers": {
"signnow-api-helper": {
"command": "uvx",
"args": ["sn-api-helper-mcp"]
}
}
}
3. Visual Studio Code (via Cline)
VS Code uses the Cline extension (or similar MCP clients) to interact with MCP servers.
- Install the Cline extension from the VS Code Marketplace.
- Open Cline settings (click the gear icon inside the Cline chat window) -> MCP Servers.
- Add the configuration JSON:
{
"signnow-api-helper": {
"command": "uvx",
"args": ["sn-api-helper-mcp"]
}
}
Features
- Transport: stdio only
- Tools:
get_signnow_api_info- Get information about SignNow API
sn-api-helper-mcppip install sn-api-helper-mcpRelated Servers
ai.com.mcp/contabo
Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server
ai.com.mcp/lenny-rachitsky-podcast
MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.
ai.com.mcp/registry
Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.