Loading MCP server directory, please wait...
Build a working web app from a prompt, then deploy it to a live URL.
npx @getmcp/cli add co.promptui/promptuiRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <your PromptUI API key>. Copy it from Dashboard -> Settings; it starts with pui_. Builds and deploys spend credits on the account that owns the key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"co.promptui/promptui": {
"url": "https://www.promptui.co/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}