Describe your tool.
We host the server.
AI uses it.
From prompt to production MCP server in 60 seconds. OAuth 2.1, Streamable HTTP, ready for Claude, Cursor and ChatGPT.
Build an MCP server that
searches our Notion workspace.
Tools: search_pages, get_page
Needs: NOTION_API_KEYHow it works
Three steps. No JSON to write, no Docker to manage.
Describe your tool
A sentence is enough. List your secrets and which APIs to call.
We generate, check, deploy
Claude writes the spec. We render TypeScript, run static checks, build a container, deploy to your subdomain.
Install in your client
Copy the snippet into Claude Desktop, Cursor or ChatGPT. OAuth flow on first use.
Connects everywhere your AI lives
Use cases
Wrap any HTTP API.
In minutes.
Real integrations our customers ship today. Built from one prompt each.
PostgreSQL
Read-only access to your tables with schema introspection.
Salesforce
Query opportunities, accounts and leads from Claude.
Notion
Search pages, read content, append blocks.
GitHub
List issues, search code, post comments. Scoped to one repo.
Stripe
Look up charges, customers, refunds (read-only by default).
Custom REST
Wrap any HTTP API behind one prompt-defined tool surface.
Marketplace
Skip the prompt.
Fork what works.
The marketplace is a library of working MCP servers the community already built. Fork one, paste your credentials, deploy. Or publish yours and let others build on it.
Fork and own
Start from a server someone already shipped. Fork it, paste your own credentials, deploy. No prompt required.
Secrets never travel
A template carries the spec and generated code, never the author's API keys. You add your own on fork.
Ranked by real usage
Templates rise on fork count and active deploys, not vanity stars. The useful ones surface themselves.
Pricing
Pay for tool calls.
Not for boilerplate.
- 1 server
- 100k calls/mo
- BMM subdomain
- Community support
- 5 servers
- 1M calls/mo
- Priority build queue
- Custom domain · soon
- Email support
- 25 servers
- 10M calls/mo
- Audit log
- RBAC · soon
- Slack support
- Unlimited
- Custom infra · on request
- SSO/SAML · on request
- Dedicated hosting
- Customer success
FAQ
What is MCP?
Model Context Protocol — an open standard from Anthropic for connecting AI assistants to external tools, data and APIs over a transport like Streamable HTTP.
Do I need to write code?
No. You describe the tool in natural language. We generate the TypeScript server, run static checks, build a Docker image and deploy it to a public OAuth-protected URL.
Which clients work?
Claude Desktop, Cursor, ChatGPT Custom Connectors, VS Code Copilot, Continue.dev — anything that speaks the MCP spec.
How is auth handled?
Every generated server is an OAuth 2.1 Resource Server. Our control plane is the Authorization Server (PKCE + Dynamic Client Registration + Resource Indicators per RFC 8707).
Can I self-host?
Yes. The runner is a plain Docker container; the control plane is open to BYO Postgres + Redis. See the self-hosting guide in docs.
What about secrets?
AES-256-GCM at rest in Postgres, injected as environment variables into the runtime container. Never logged, never echoed back.
Cold starts?
No cold starts — each server runs in a container that stays warm (auto-restarts on failure), so there is no spin-up delay on a tool call.
Rate limits?
Every request is gated by OAuth 2.1 before it reaches your container. Configurable per-server rate limiting is on the roadmap.
How fast is generation?
Spec to image to live URL typically completes in 45-90 seconds.
Logs and metrics?
Live build-log streaming to the dashboard, plus structured tool-call metrics — latency, error rate and per-tool throughput — viewable per server.
What if I cancel?
You can export the full TypeScript source of every server you built. No vendor lock-in.
Custom domain?
On the roadmap. Today every server is reachable at a buildmymcpserver.com URL with TLS; bring-your-own-domain support is coming.