Autostackup
Rank #57,604io.github.Autostackup/founder
Sales, marketing, HR + launch playbook, weekly briefing & investor pitch — all in one Claude server.
Autostackup is a Model Context Protocol (MCP) server published by Autostackup. It ranks #57,604 of 115,591 servers tracked on MCP Toplist. Autostackup is listed on Official MCP, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 57,987 of 115,591 servers on MCP Toplist.
Use Autostackup
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add founder -e "HUNTER_API_KEY=<your HUNTER_API_KEY>" -e "APOLLO_API_KEY=<your APOLLO_API_KEY>" -- npx -y @autostackup/founderReplace each placeholder with your own value before saving.
[mcp_servers.founder]
command = "npx"
args = ["-y", "@autostackup/founder"]
[mcp_servers.founder.env]
HUNTER_API_KEY = "<your HUNTER_API_KEY>"
APOLLO_API_KEY = "<your APOLLO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"founder": {
"command": "npx",
"args": [
"-y",
"@autostackup/founder"
],
"env": {
"HUNTER_API_KEY": "<your HUNTER_API_KEY>",
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"founder": {
"command": "npx",
"args": [
"-y",
"@autostackup/founder"
],
"env": {
"HUNTER_API_KEY": "<your HUNTER_API_KEY>",
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"founder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@autostackup/founder"
],
"env": {
"HUNTER_API_KEY": "<your HUNTER_API_KEY>",
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"founder": {
"command": "npx",
"args": [
"-y",
"@autostackup/founder"
],
"env": {
"HUNTER_API_KEY": "<your HUNTER_API_KEY>",
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"founder": {
"command": "npx",
"args": [
"-y",
"@autostackup/founder"
],
"env": {
"HUNTER_API_KEY": "<your HUNTER_API_KEY>",
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}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.Autostackup%2Ffounder)<a href="https://mcptoplist.com/server/io.github.Autostackup%2Ffounder"><img src="https://mcptoplist.com/badge/io.github.Autostackup%2Ffounder.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Autostackup
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 8, 2026 |
Frequently asked questions
- Who maintains Autostackup?
- Autostackup is maintained by Autostackup, which publishes 7 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Autostackup listed on the Official MCP Registry?
- Yes — Autostackup is listed on the Official MCP Registry.
- How many versions does Autostackup have?
- MCP Toplist tracks 1 version of Autostackup, most recently published on Jun 8, 2026.
- Where can I find the source code for Autostackup?
- The source code for Autostackup is hosted at github.com/Autostackup/autostackup.