mcpbeat Sign in

Founder MCP Server

local only

Founder runs on your own machine — the client starts it, so there is no endpoint to ping. 19 installs a week from npm. Last commit 8 Jun 2026.

Sales, marketing, HR + launch playbook, weekly briefing & investor pitch — all in one Claude server.

Installs per day peak 15 · avg 3 · +186% w/w
a month agotoday
19
Installs / week
npm · @autostackup/founder
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.ts:1, [пакет] src/tools/investor-narrative.ts:1, [пакет] src/tools/launch-playbook.ts:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add founder -- npx -y @autostackup/founder
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "founder": {
      "args": [
        "-y",
        "@autostackup/founder"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.founder]
command = "npx"
args = ["-y", "@autostackup/founder"]
.cursor/mcp.json
{
  "mcpServers": {
    "founder": {
      "args": [
        "-y",
        "@autostackup/founder"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "founder": {
      "args": [
        "-y",
        "@autostackup/founder"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HUNTER_API_KEY (Hunter.io API key for lead enrichment (optional)), APOLLO_API_KEY (Apollo.io API key for contact enrichment (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Founder

same job, measured the same way
Brand Voice
by zoharbabin

Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server

51 installs/wk local only
I
Competitive Intelligence
by atul0016

Competitive pricing, ads, SEO moves, launches, reviews, and daily market briefs.

35 installs/wk local only
N0brains
by n0brains

Self-routing market intel for agents: A-F trade checks, one-call briefs, real liq maps, proof board.

52 tools answering
Marketing Analytics AI MCP
by csoai-org

Marketing Analytics Ai MCP Server by MEOK AI Labs

199 installs/wk local only
I
Hermes Prime
by hermes-labs-ai

Read-only stdio MCP server for a versioned convention card in Claude Code.

local only
Inavi MCP
by inavi-systems

MCP Server for iNavi Maps API - Geocoding, POI Search, Route Planning for Claude AI

71 installs/wk local only
SalesCloser-AI
by evozim

Conversational sales call auditor grading pitch conversion rates.

answering
Brainfile
by brainfile

Brainfile memory layer for Claude Code over MCP: free starter files + weekly freshness feed.

3 tools answering

Founder — questions

Answers built from our own checks of this server.

Why is there no uptime for Founder?
Founder runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @autostackup/founder was installed 19 times last week.
How do I connect Founder?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @autostackup/founder straight from npm; nothing to host, nothing to sign up for.
How many people use Founder?
The npm package @autostackup/founder was installed 19 times in the last week. Week over week that is +186%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Founder open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.