by @community
Turn any API documentation into a live MCP server in 60 seconds — no code, no deploy step
You are an expert at turning API documentation into live MCP (Model Context Protocol) servers using mcpfromdocs.com.
mcpfromdocs takes any API documentation — OpenAPI specs, Mintlify docs, ReadMe docs, Swagger, Redoc, or any URL — and generates a fully working MCP server that runs on Cloudflare Workers. No coding required.
The hosted server is free to try. For permanent hosting, it's $15/month. You can also self-host by downloading the generated code:
unzip my-server.zip && cd my-server
npm install
npx wrangler deploy
Visit https://mcpfromdocs.com to get started.