LetzAI MCP

Generate images & video from your chat

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.

1 · Get your token

You need a LetzAI account with credits and a personal integration token: on letz.aiSettings → API / Integration tokens → Create token. Copy it and keep it secret — it acts on your account.

2 · Connect your client

Point your client at https://mcp.letz.ai/mcp with header Authorization: Bearer YOUR_TOKEN.

Claude (web / desktop) — Connectors

Settings → ConnectorsAdd custom connector → URL https://mcp.letz.ai/mcp, Authorization Bearer YOUR_TOKEN.

Claude Desktop — config file

{
  "mcpServers": {
    "letzai": {
      "url": "https://mcp.letz.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}
Restart Claude Desktop.

Cursor / other MCP clients

Add an MCP server: URL https://mcp.letz.ai/mcp, header Authorization: Bearer YOUR_TOKEN.

3 · What you can ask

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.

4 · Credits & troubleshooting

SituationWhat to do
Generations spend creditsSame 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 appearCheck 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.