verbiflow-mcp
v0.0.33
Published
Open-source MCP server that turns Claude into a GTM operator — design sequences, connect mailboxes, send outreach, all from chat.
Downloads
3,306
Readme
verbiflow-mcp
MCP server that turns your coding agent into a GTM operator. Design outreach sequences, connect mailboxes, send email + LinkedIn from chat.
Works with Claude Code, Claude Desktop, Cursor, and Codex.
Backed by Verbiflow.
Install
npx -y verbiflow-mcp installThe installer detects which harnesses you have on this machine and shows a checkbox picker with each one pre-selected. Press Enter to install everywhere it detected, or Space to toggle individual harnesses before confirming.
growth-mcp and sales-mcp are aliases — same package, pick whichever you like:
npx -y growth-mcp install
npx -y sales-mcp installThen restart your harness and in a fresh chat:
/growth tryFirst run signs you in as an anonymous user — claim your account later with a magic link.
Commands
npx -y verbiflow-mcp install # interactive multi-client install
npx -y verbiflow-mcp install --yes # non-interactive, all detected
npx -y verbiflow-mcp install --list # dry-run — show what would happen
npx -y verbiflow-mcp install --only claude-code,cursor
npx -y verbiflow-mcp install --skip codex
npx -y verbiflow-mcp update # refresh skills across all clientsSupported client ids: claude-code, claude-desktop, cursor, codex.
Uninstall
Remove the growth entry from the client config(s) you installed to:
| Client | Path |
|---|---|
| Claude Code | ~/.claude.json → mcpServers.growth |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) |
| Cursor | ~/.cursor/mcp.json → mcpServers.growth (and ~/.cursor/rules/verbiflow.mdc) |
| Codex | ~/.codex/config.toml → [mcp_servers.growth] block |
Then:
rm -rf ~/.claude/skills/growth ~/.codex/skills/growth ~/.flageLicense
MIT.
