SignForge
Rank #60,637io.github.kumarprobeops/signforge
Send documents for e-signature from AI agents. Upload, sign, and download PDFs.
SignForge is a Model Context Protocol (MCP) server published by kumarprobeops. It ranks #60,637 of 132,113 servers tracked on MCP Toplist. SignForge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 7, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 71,476 of 132,113 servers on MCP Toplist.
Use SignForge
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add signforge -e "SIGNFORGE_API_KEY=<your SIGNFORGE_API_KEY>" -e "SIGNFORGE_API_URL=<your SIGNFORGE_API_URL>" -- npx -y @signforge/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.signforge]
command = "npx"
args = ["-y", "@signforge/mcp-server"]
[mcp_servers.signforge.env]
SIGNFORGE_API_KEY = "<your SIGNFORGE_API_KEY>"
SIGNFORGE_API_URL = "<your SIGNFORGE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signforge": {
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<your SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<your SIGNFORGE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signforge": {
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<your SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<your SIGNFORGE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"signforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<your SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<your SIGNFORGE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signforge": {
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<your SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<your SIGNFORGE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signforge": {
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<your SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<your SIGNFORGE_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kumarprobeops%2Fsignforge)<a href="https://mcptoplist.com/server/io.github.kumarprobeops%2Fsignforge"><img src="https://mcptoplist.com/badge/io.github.kumarprobeops%2Fsignforge.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kumarprobeops
Other servers by kumarprobeops
View all kumarprobeops servers →Available versions (1)
| Version | Published |
|---|---|
| 1.2.2 | Apr 7, 2026 |
Frequently asked questions
- Who maintains SignForge?
- SignForge is maintained by kumarprobeops, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is SignForge listed on the Official MCP Registry?
- Yes — SignForge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SignForge have?
- MCP Toplist tracks 1 version of SignForge, most recently published on Apr 7, 2026.
- Where can I find the source code for SignForge?
- The source code for SignForge is hosted at github.com/kumarprobeops/signforge-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.