Integration walkthrough · Updated 2026-05-22
Kit MCP + Claude: two integrations, two jobs — the honest setup walkthrough
Kit ships an official MCP server for its API documentation at developers.kit.com/mcp/kit-developer-docs-mcp. For managing your Kit account from Claude — subscribers, broadcasts, sequences — you need a community-built MCP at github.com/aplaceforallmystuff/mcp-kit. This walkthrough covers both setups, the operator hygiene that keeps the credentials clean, and the honest framing for when each one is the right tool.
Want to try Kit?
Kit is the creator-tier-favorite email platform — product depth is the real wedge
Official MCP today is docs only. Community account-data MCP works but needs self-hosting. Vendor-hosted account-data MCP likely coming.
Start with Kit →Affiliate link — StackSwap earns a commission if you sign up for Kit. We only partner with tools we'd recommend anyway.Path A: Kit Developer Docs MCP (official, easy)
Use this path when you want LLM-assisted Kit API documentation lookup — typical use is partners or developers building integrations against Kit's API.
Setup steps:
- Claude Desktop / claude.ai: Settings → Connectors → Add custom MCP. Endpoint: developers.kit.com/mcp/kit-developer-docs-mcp. No API key required.
- Claude Code: add the server to your workspace .mcp.json or project config with the same endpoint URL.
- Smoke test: "Using the Kit docs MCP, show me the endpoint for listing subscribers." If you see API documentation in response, the connection is healthy.
Total setup time: about 2 minutes. No credential to manage, no account required.
Path B: Community account-data MCP (self-hosted, real-account)
Use this path when you want chat-driven Kit account management — sending broadcasts, querying subscribers, managing sequences from Claude.
Setup steps:
- Clone the repo. github.com/aplaceforallmystuff/mcp-kit. Follow the repo's README for the current setup process (Node.js typical).
- Generate a Kit API key. In your Kit account: Settings → API Keys. Name it explicitly for AI use ("Claude integration — Nick"). Paste it into the MCP server's config (typically an env var).
- Deploy somewhere reachable. Locally for desktop use (run the server on your machine), or a small VPS ($5/mo Hetzner is standard) for always-on access.
- Pin to a specific commit for production stability. Community-maintained schemas can shift; pinning means you control when you adopt changes.
- Configure Claude: Settings → Connectors → Add custom MCP, point at your self-hosted endpoint. For Claude Code, add to your workspace .mcp.json.
- Smoke test: "Using the community Kit MCP, list my recent broadcasts." If you see your actual broadcasts, the connection works.
Total setup time: 30-60 minutes for first-time setup including any troubleshooting. Meaningfully more involved than vendor-hosted MCPs like Brevo's — that's the honest cost of community-tier tooling.
The 5 workflows that earn the install
1. Draft and send broadcasts from chat (community MCP)
"Draft a broadcast for our 'paid newsletter — week 8' segment with the lesson topic and a soft promo for the upcoming course. Schedule it for Saturday 9 AM Eastern." LLM writes; community MCP sends; you confirm via the client's confirmation UX.
2. Subscriber query and segmentation (community MCP)
"Show me subscribers tagged 'paid' who haven't opened the last 3 emails. Add a 'reactivation' tag to that group." Chat-driven analysis + bulk tag operations.
3. Sequence management (community MCP)
"Move all subscribers currently on step 5 of the welcome sequence to step 7." Useful when you've revised a sequence and need to fast-forward existing subscribers.
4. API integration prototyping (docs MCP)
"I'm building a Zapier-alternative integration with Kit. Walk me through the auth flow and show me a Node.js example for sending a broadcast." The docs MCP returns API content; the LLM generates working code grounded in the actual docs.
5. Broadcast performance summarization (community MCP)
"Pull performance data for my last 5 broadcasts. Which had the highest engagement? What's different about the winning ones?" Replaces the dashboard-walking session.
Operator advice for 2026
Three honest points:
- Set expectations. Kit's official MCP today is the docs MCP — useful for builders, not for operators. If you're evaluating Kit specifically because you want chat-driven email management, know that you'll be running a community MCP self-hosted to get there.
- Pin community schemas. Community- maintained code can shift; pin to a specific commit for production stability and control when you adopt changes.
- Watch for an official Kit account-data MCP. Kit shipping the docs MCP is a signal they're investing in the protocol. An official account-data MCP is the natural next step — when (or if) that ships, the self-hosting overhead goes away.
Where StackSwap MCP fits
Kit's MCPs (either one) expose Kit-specific data. The cross-vendor question — "should we keep Kit or move to Brevo as our operational MCP needs grow" — sits at a different layer.
That's where StackSwap MCP slots in. ~400 GTM tools, cost models, overlap pairs. Load it alongside whichever Kit MCP you're using.
Want to try Kit?
Kit is the right pick for creators who value product depth over MCP polish
Official docs MCP today, community account-data MCP available, vendor-hosted account MCP likely coming.
Start with Kit →Affiliate link — StackSwap earns a commission if you sign up for Kit. We only partner with tools we'd recommend anyway.FAQ
Related reading
- Kit MCP review — the operator take
- Kit MCP vs Zapier — when each wins
- Kit — full operator review
- Is Kit worth it in 2026?
- Best Kit alternatives 2026
- StackSwap MCP — the cross-vendor GTM meta-layer
- What is MCP for B2B SaaS operators
- Best MCP Servers for B2B SaaS Operators 2026
Canonical URL: https://stackswap.ai/kit-mcp-claude-integration. Disclosure: StackSwap is a Kit affiliate.