Connect LetzAI to Claude, Cursor, or any MCP client — then just ask: "make me an image of a neon city at dusk." Your agent does the rest.
You need a LetzAI account with credits and a personal integration token: on letz.ai → Settings → API / Integration tokens → Create token. Copy it and keep it secret — it acts on your account.
Point your client at https://mcp.letz.ai/mcp with header Authorization: Bearer YOUR_TOKEN.
https://mcp.letz.ai/mcp, Authorization Bearer YOUR_TOKEN.
{
"mcpServers": {
"letzai": {
"url": "https://mcp.letz.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}
Restart Claude Desktop.
https://mcp.letz.ai/mcp, header Authorization: Bearer YOUR_TOKEN.
You talk in plain language — the agent picks the tool. For example:
Images return a URL when ready. Videos, edits, and upscales take longer — the agent gives you an id, then you can ask "is it done?". On an org plan, say "charge my organization" to spend org credits.
| Situation | What to do |
|---|---|
| Generations spend credits | Same as the website — top up on letz.ai. |
| "Unauthorized" (401) | Token missing/expired/mistyped — recreate it and re-paste Bearer YOUR_TOKEN. |
| "Out of credits" (402) | Top up credits on letz.ai. |
| Tools don't appear | Check the URL and that the connector is enabled; restart the client. |
Your token acts on your account — treat it like a password and revoke it anytime in Settings. The server never stores it.