paraph-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@paraph-mcpFill the NDA template with employee_name=Jane Doe and send to jane@example.com for signing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
paraph-mcp
MCP server for the Paraph e-signature API. Lets Claude, Cursor, and other MCP-compatible AI tools fill PDFs and send them for signing.
Install
npx paraph-mcpRequires a Paraph API key. Get one free at paraph.dev.
Related MCP server: PDF MCP Server
Configure
Claude Desktop
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 Code
claude mcp add paraph -- npx -y paraph-mcpThen set PARAPH_API_KEY in your environment.
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"paraph": {
"command": "npx",
"args": ["-y", "paraph-mcp"],
"env": {
"PARAPH_API_KEY": "dg_your_key_here"
}
}
}
}Tools
Tool | Description |
| Get account info including plan and usage |
| List available PDF templates |
| Get template details and field names |
| Fill a PDF and optionally send for signing |
| List requests with optional status filter |
| Get request details and signer progress |
| Cancel a pending signing request |
Example 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"
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenancehttps://github.com/signnow/sn-mcp-server MCP server for SignNow e-signature: templates, invites, embedded signing/editor, status & downloads.Last updated258MIT- Alicense-qualityAmaintenanceAn MCP server for PDF form filling, basic editing, and OCR text extraction. It enables users to merge, rotate, annotate, and sign PDFs, while also supporting text extraction from both searchable and scanned image-based documents.Last updated2Apache 2.0
- Flicense-qualityDmaintenanceEnables users to create, manage, and track electronic signing requests and templates through Claude Desktop and other MCP-compatible clients. Provides multi-tenant authentication with customer API keys for secure document workflow operations.Last updated58
- Flicense-qualityBmaintenanceMCP server for electronic consignment notes (eCMR). Create, sign, manage, and track electronic transport documents with QR codes, PDF generation, and digital signatures through the Cargoffer ECMR API. Designed for AI agents like Claude Desktop, Cursor, and Cline.Last updated
Related MCP Connectors
Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
SignDocs Brasil e-signature tools for AI agents — signing sessions, envelopes, verification.
PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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