# BuildMyMCPServer > Turn a natural-language prompt into a hosted, OAuth 2.1-protected Model Context Protocol (MCP) server in about 60 seconds. The platform generates a TypeScript server, runs static checks, builds a Docker image and deploys it to a public Streamable HTTP endpoint that Claude, Cursor and ChatGPT can connect to. ## What it is BuildMyMCPServer is a platform for creating and hosting MCP servers without writing code. You describe the tools you want in plain language; the platform produces a working MCP server and runs it for you. The workflow: 1. **Describe.** Write what the tool should do and which APIs or secrets it needs. 2. **Review.** The platform shows the generated spec — tool names, input schemas, required credentials — and lets you edit it before building. 3. **Build & deploy.** It renders the TypeScript server, runs static checks, builds a Docker image and deploys it as an isolated container behind a public OAuth-protected URL. 4. **Connect.** Drop the endpoint into any MCP client — Claude Desktop, Cursor, ChatGPT Custom Connectors, VS Code Copilot, Continue.dev. ## Key capabilities - **Prompt-to-server generation** — no MCP boilerplate, no Docker management. - **OAuth 2.1 authorization server** — PKCE, Dynamic Client Registration (RFC 7591), Resource Indicators (RFC 8707), RS256 JWKS. - **Streamable HTTP transport** — the modern MCP transport, compatible with every major MCP client. - **Per-server isolation** — each generated server runs in its own Docker container. - **Encrypted secrets** — customer credentials are stored with AES-256-GCM envelope encryption and injected only at runtime; never logged. - **Template marketplace** — publish a server you built as a template, or fork one someone else published and add your own credentials. - **Source export** — export the full TypeScript source of any server. No vendor lock-in. - **Self-hostable** — the runner is a plain Docker container; the control plane runs against your own Postgres and Redis. ## Pricing - **Hobby** — free. 1 server, 100k tool calls/month. - **Pro** — €49/month. 5 servers, 1M tool calls/month, custom domain, priority build queue. - **Team** — €149/month. 25 servers, 10M tool calls/month, RBAC, audit log, 99.9% SLA. - **Enterprise** — from €499/month. Unlimited servers, bring-your-own-cloud, SSO/SAML. ## Docs - Concepts: https://buildmymcpserver.com/docs/concepts - OAuth: https://buildmymcpserver.com/docs/oauth - Authoring servers: https://buildmymcpserver.com/docs/authoring - API reference: https://buildmymcpserver.com/docs/api-reference - Self-hosting: https://buildmymcpserver.com/docs/self-hosting