Connect WyberAi to Claude (MCP)
WyberAi ships a remote MCP (Model Context Protocol) server. Connect it to Claude, Claude Code, Cursor, or any MCP client, and your assistant can create WyberAi projects, build and iterate on apps, and publish them to live URLs — using your account and your credits.
- A WyberAi account (free tier works — 50 credits included)
- A WyberAi API key — created in Settings → API Keys
Server details
Endpoint: https://wyberai.com/api/mcp · Transport: Streamable HTTP (stateless, no SSE session required) · Auth: your API key, sent as either an x-api-key header or Authorization: Bearer token. Keys look like wyb_… and are stored hashed — treat them like passwords and rotate them from Settings → API Keys anytime.
Connect from Claude Code
claude mcp add --transport http wyberai https://wyberai.com/api/mcp --header "x-api-key: wyb_YOUR_KEY"Connect from Claude.ai
- 1Create an API key
In WyberAi, open Settings → API Keys and create a key. Copy it — it is shown only once.
- 2Add a custom connector
In Claude, go to Settings → Connectors → Add custom connector, enter
https://wyberai.com/api/mcp, and supply your API key when asked for credentials. - 3Build from chat
Ask Claude to "create a waitlist app on WyberAi and publish it". It will chain
create_project→send_message→get_message_status→publish_project.
Available tools
Billing, limits & availability
Builds queued via send_message consume credits from the connected WyberAi account at the same rates as building in the web editor (see how credits work). Listing, reading, and status tools are free. Builds run asynchronously and typically finish in under two minutes. The service is available globally wherever WyberAi operates.
Privacy & support
The MCP server only accesses projects owned by the API key's account, and never reads your Claude conversation — it sees only the tool calls Claude makes. See our privacy policy. Questions or issues: hello@wyberai.com or the in-app support chat.