Odel
signforge mcp

signforge mcp

Local
@kumarprobeopsTypeScriptMITUpdated 5mo ago

Send documents for e-signature from AI agents. Upload, sign, and download PDFs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@signforge/mcp-serverv1.2.2

Run

npx -y @signforge/mcp-server

MCP client config

{
  "mcpServers": {
    "signforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@signforge/mcp-server"
      ]
    }
  }
}