MCP server for SignNow API helper tools (stdio only).
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sn_api_helper_mcp-0.1.1.tar.gz.
File metadata
- Download URL: sn_api_helper_mcp-0.1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46cf94a85315d568ef247dacbe023344cfa9aab94d8e08d3f7d6264a8cbe81fd
|
|
| MD5 |
ab16ff72a845e213c263253e632c81eb
|
|
| BLAKE2b-256 |
4c92ed3cb440b7d46d5d583e6aad6daa7044c7f77be3652e263ed03e18caa331
|
File details
Details for the file sn_api_helper_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sn_api_helper_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af4578f14a8b0786119b6b842928a58b3cdff35421b149f1ed5b9a52bfbd5ca2
|
|
| MD5 |
619158dd371965aace0dadc526946168
|
|
| BLAKE2b-256 |
70a739421481422fe37eed6368499bf2c4ddbd255fe2b20763e7c52ca8ef4072
|