loading…
Search for a command to run...
loading…
MCP server for the Paraph e-signature API that enables AI tools to fill PDF forms and manage electronic signing workflows. It provides tools for template manage
MCP server for the Paraph e-signature API that enables AI tools to fill PDF forms and manage electronic signing workflows. It provides tools for template management, document filling, sending signing requests, and tracking signing progress.
MCP server for the Paraph e-signature API. Lets Claude, Cursor, and other MCP-compatible AI tools fill PDFs and send them for signing.
npx paraph-mcp
Requires a Paraph API key. Get one free at paraph.dev.
Add to ~/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 mcp add paraph -- npx -y paraph-mcp
Then set PARAPH_API_KEY in your environment.
Add to .cursor/mcp.json:
{
"mcpServers": {
"paraph": {
"command": "npx",
"args": ["-y", "paraph-mcp"],
"env": {
"PARAPH_API_KEY": "dg_your_key_here"
}
}
}
}
| Tool | Description |
|---|---|
get_account |
Get account info including plan and usage |
list_templates |
List available PDF templates |
get_template |
Get template details and field names |
create_request |
Fill a PDF and optionally send for signing |
list_requests |
List requests with optional status filter |
get_request |
Get request details and signer progress |
cancel_request |
Cancel a pending signing request |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"paraph-mcp": {
"command": "npx",
"args": []
}
}
}