Skip to main content
Glama

paraph-mcp

用于 Paraph 电子签名 API 的 MCP 服务器。让 Claude、Cursor 和其他兼容 MCP 的 AI 工具能够填写 PDF 并发送以进行签名。

安装

npx paraph-mcp

需要 Paraph API 密钥。可在 paraph.dev 免费获取。

配置

Claude Desktop

添加到 ~/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

然后在你的环境中设置 PARAPH_API_KEY

Cursor

添加到 .cursor/mcp.json

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

工具

工具

描述

get_account

获取账户信息,包括套餐和使用情况

list_templates

列出可用的 PDF 模板

get_template

获取模板详情和字段名称

create_request

填写 PDF 并可选择发送以进行签名

list_requests

列出请求,支持可选的状态筛选

get_request

获取请求详情和签署人进度

cancel_request

取消待处理的签名请求

示例提示词

  • "列出我的模板"

  • "使用 employee_name=Jane Doe 填写 NDA 模板,并发送至 jane@example.com 进行签名"

  • "显示我所有待处理的签名请求"

  • "取消请求 abc-123"

许可证

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