
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@quicksign/mcp
Advanced tools
QuickSign MCP server — AI agents draft contracts and send them for e-signature. Sign NDAs, agreements, and documents.
Connect AI agents to QuickSign for contract drafting and e-signature workflows.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"quicksign": {
"command": "npx",
"args": ["@quicksign/mcp"]
}
}
}
Add to your .cursor/mcp.json:
{
"mcpServers": {
"quicksign": {
"command": "npx",
"args": ["@quicksign/mcp"]
}
}
}
For testing against a local QuickSign server:
{
"mcpServers": {
"quicksign": {
"command": "npx",
"args": ["@quicksign/mcp", "--dev"]
}
}
}
~/.quicksign/config.json)| Tool | Description |
|---|---|
push_draft_text | Push a text contract (markdown/plain/HTML) for human review |
get_draft_status | Check the status of a draft document |
get_handoff_link | Get a direct link for the owner to review the draft |
Important: All tools create drafts only. Documents are never sent automatically — the owner must manually review, add recipients, and send.
| Flag | Description |
|---|---|
--dev | Connect to localhost:5000 instead of production |
--reset | Clear stored credentials and re-authenticate |
--status | Show current connection status |
--agent <vendor> | Set agent vendor (auto-detected if possible) |
--name <name> | Set agent display name |
~/.quicksign/config.json with restricted file permissions (600)FAQs
QuickSign MCP server — AI agents draft contracts and send them for e-signature. Sign NDAs, agreements, and documents.
The npm package @quicksign/mcp receives a total of 22 weekly downloads. As such, @quicksign/mcp popularity was classified as not popular.
We found that @quicksign/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.