Quicksign
Rank #1,973io.github.causehacker/quicksign
MCP server providing quicksign capabilities
Quicksign is a Model Context Protocol (MCP) server published by causehacker. It ranks #1,973 of 132,345 servers tracked on MCP Toplist, and its repository has 600 GitHub stars. Quicksign is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 130,372 of 132,345 servers on MCP Toplist.
Use Quicksign
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http quicksign https://quicksign.pro/api/mcp/sseclaude mcp add quicksign -- npx -y @quicksign/mcp[mcp_servers.quicksign]
url = "https://quicksign.pro/api/mcp/sse"Add to ~/.codex/config.toml.
[mcp_servers.quicksign]
command = "npx"
args = ["-y", "@quicksign/mcp"]Add to ~/.codex/config.toml.
https://quicksign.pro/api/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"quicksign": {
"command": "npx",
"args": [
"-y",
"@quicksign/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"quicksign": {
"url": "https://quicksign.pro/api/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"quicksign": {
"command": "npx",
"args": [
"-y",
"@quicksign/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"quicksign": {
"type": "http",
"url": "https://quicksign.pro/api/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"quicksign": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quicksign/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"quicksign": {
"serverUrl": "https://quicksign.pro/api/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"quicksign": {
"command": "npx",
"args": [
"-y",
"@quicksign/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"quicksign": {
"url": "https://quicksign.pro/api/mcp/sse"
}
}
}{
"mcpServers": {
"quicksign": {
"command": "npx",
"args": [
"-y",
"@quicksign/mcp"
]
}
}
}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.causehacker%2Fquicksign)<a href="https://mcptoplist.com/server/io.github.causehacker%2Fquicksign"><img src="https://mcptoplist.com/badge/io.github.causehacker%2Fquicksign.svg" alt="MCP Toplist: Top 5% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
causehacker
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Quicksign?
- Quicksign is maintained by causehacker, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Quicksign listed on the Official MCP Registry?
- Yes — Quicksign is listed on the Official MCP Registry.
- How many versions does Quicksign have?
- MCP Toplist tracks 2 versions of Quicksign, most recently published on Mar 15, 2026.
- Where can I find the source code for Quicksign?
- The source code for Quicksign is hosted at github.com/causehacker/QuickSign.
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.