Connect the Fine Structure connector from Claude's connector directory, then ask in plain words. Claude generates the complete application on your Fine Structure account, publishes it, and replies with a live public link, typically within minutes for a first version.
Claude on its own writes code but has nowhere to run it: no hosting, no database, no domain. A connector closes that gap. With Fine Structure connected, the chat message "Build a CRM for my business with customers, jobs and invoices, publish it and give me the live link" is a complete instruction: Claude calls create_app, waits for the build, publishes, and hands back the URL.
In Claude Code: claude mcp add --transport http finestructure https://finestructure.ai/api/mcp, then run /mcp to authenticate. The full guide covers the desktop app and every other client.
Yes. Anthropic documents custom remote MCP connectors on Free, Pro, Max, Team and Enterprise, with free accounts limited to one custom connector. A free Fine Structure account is enough on the other side, and no credit card is required.
No. You describe the app in your own words. The generated application is real React with a managed database, and developers can read and patch individual files from the same chat, but nothing requires it.
Every file change keeps a saved version you can roll back to, most Claude surfaces ask for confirmation before write actions, and the connection is revocable at any moment from the Fine Structure account panel.
Fine Structure is a Community connector in Anthropic's connector directory (listed, not verified or endorsed), and the same server is recorded in the official MCP registry as ai.finestructure/fine-structure, on Smithery and on Glama. The endpoint answers publicly at /api/mcp/manifest, so any claim on this page can be checked against the live tool list.
See also all questions, the Claude setup guide and connecting any other AI client.