
Agentbuilders
- agentbuilders/cli
AgentBuilders is a MCP server that deploys full-stack AI agent apps with database, auth, storage, and Edge AI through the AgentBuilders platform CLI.
About
AgentBuilders MCP wraps the AgentBuilders platform CLI so developers can spin up production-shaped agent backends—relational data, user auth, file storage, and edge-hosted AI—from Claude Code or Cursor without clicking through five separate cloud consoles. You supply AB_KEY from agentbuilders.app and run the stdio server via npm; the agent then drives deploy and config steps as tools instead of brittle shell recipes. It suits founders shipping agent-first SaaS who want managed primitives fast, not teams that already standardized on Terraform plus a single hyperscaler. Intermediate complexity reflects real API keys, environment boundaries, and choosing edge versus central inference. This is a deploy-and-integrate MCP, not a methodology skill for brainstorming or code review.
- One-platform deploy: database, authentication, object storage, and Edge AI for agent apps
- stdio npm package agentbuilders (registry version 0.6.1)
- AB_KEY API key from https://agentbuilders.app (free tier advertised on signup)
- GitHub source at agentbuilders/cli repository
- Purpose-built for full-stack AI agent products rather than static sites only
Agentbuilders by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env AB_KEY=YOUR_AB_KEY agentbuilders -- npx -y agentbuildersAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | agentbuilders |
|---|---|
| Transport | STDIO |
| Auth | Required |
| Repository | agentbuilders/cli ↗ |
What it does
Deploy full-stack AI agent applications with database, auth, storage, and Edge AI from your IDE via the AgentBuilders MCP CLI.
Who is it for?
Best when you're launching agent SaaS or internal copilots and want a single managed stack instead of hand-icking Vercel plus Supabase plus a separate edge vendor.
Skip if: Teams committed to raw Kubernetes or a locked enterprise cloud contract with no AgentBuilders account.
What you get
Your agent invokes AgentBuilders tools to provision and deploy a cohesive agent backend from the IDE using your AB_KEY.
- Deployed agent-oriented backend with database, auth, and storage on AgentBuilders
- Edge AI capability wired through the platform
- Repeatable agent-driven deploy and config via MCP tools
By the numbers
- Registry package version 0.6.1
- npm identifier agentbuilders
- Required env AB_KEY (secret)
Recommended MCP Servers
How it compares
Agent hosting MCP with bundled infra—not a local-only skill pack or generic GitHub Actions deploy recipe.
FAQ
Who is AgentBuilders MCP for?
Developers and small teams building AI agent applications who want MCP-driven deploys to AgentBuilders’ database, auth, storage, and Edge AI stack.
When should I use AgentBuilders MCP?
Use it in the build phase when you are implementing agent-tooling and need to stand up or update a full-stack agent backend from your coding agent.
How do I add AgentBuilders to my agent?
Install the npm stdio server agentbuilders, set the secret AB_KEY from https://agentbuilders.app, and register the MCP entry in Claude Code, Cursor, or Codex.