Skip to main content
Glama

paraph-mcp

MCP-Server für die Paraph E-Signatur-API. Ermöglicht es Claude, Cursor und anderen MCP-kompatiblen KI-Tools, PDFs auszufüllen und zum Signieren zu versenden.

Installation

npx paraph-mcp

Erfordert einen Paraph-API-Schlüssel. Erhalten Sie einen kostenlosen Schlüssel unter paraph.dev.

Konfiguration

Claude Desktop

Hinzufügen zu ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "paraph": {
      "command": "npx",
      "args": ["-y", "paraph-mcp"],
      "env": {
        "PARAPH_API_KEY": "dg_your_key_here"
      }
    }
  }
}

Claude Code

claude mcp add paraph -- npx -y paraph-mcp

Setzen Sie dann PARAPH_API_KEY in Ihrer Umgebung.

Cursor

Hinzufügen zu .cursor/mcp.json:

{
  "mcpServers": {
    "paraph": {
      "command": "npx",
      "args": ["-y", "paraph-mcp"],
      "env": {
        "PARAPH_API_KEY": "dg_your_key_here"
      }
    }
  }
}

Tools

Tool

Beschreibung

get_account

Kontoinformationen abrufen, einschließlich Plan und Nutzung

list_templates

Verfügbare PDF-Vorlagen auflisten

get_template

Vorlagendetails und Feldnamen abrufen

create_request

Ein PDF ausfüllen und optional zum Signieren versenden

list_requests

Anfragen mit optionalem Statusfilter auflisten

get_request

Anfragedetails und Signaturfortschritt abrufen

cancel_request

Eine ausstehende Signaturanfrage stornieren

Beispiel-Prompts

  • "List my templates"

  • "Fill the NDA template with employee_name=Jane Doe and send to jane@example.com for signing"

  • "Show me all pending signing requests"

  • "Cancel request abc-123"

Lizenz

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/servants-of-the-server-fire/paraph-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server