Server URL
The MCP server is in early access. If connecting fails, write to
[email protected].
Connect your assistant
- Claude
- ChatGPT
- Claude Code
- Cursor
Works in Claude on the web, the desktop app, the mobile apps, and Cowork.
- In Claude, open Customize → Connectors, add a custom connector, and paste
https://mcp.mage.space/mcpas its URL. Select Add. - Select Connect. A Mage page opens and asks you to sign in if you are not already.
- Check that the page names the app you are connecting, then select Connect. You return to Claude.
- In a chat, turn the Mage connector on from the + menu under Connectors, and ask for what you want to make.
What your assistant can do
Mention a saved character or reference in a request with its handle, for example “Make a portrait of @ana wearing @red-coat”, and your assistant passes it to the model.
How generations work
- Your assistant picks a model with
list_modelsand reads its fields withget_model. - It checks the price with
estimate_cost. A video input’s price depends on its length, which Mage measures when the generation starts. - It starts the generation with
generate, which charges your Gems. Each generation carries a key your assistant makes up, so a retry after a dropped connection returns the same generation instead of paying twice. - It waits with
get_requestuntil the result is ready and gives you the link.
Images and files
Media inputs, such as a first frame or a reference image, are links: a publichttps URL or a data URL. Your assistant cannot read files you attach to the chat itself, so share a public link to the image instead, or use a creation already on Mage.
Manage connected apps
Every app you connected is listed in API → API Keys under Connected apps, with when you connected it and when it was last used. Select Disconnect to stop an app at once; it can no longer use your account or spend your Gems until you connect it again. You can also reach the list from Settings → Account → Manage Connected Apps.Limits
- Up to 20 generations can run at once for your account, as with the API.
- An app can make up to 120 tool calls a minute.
get_requestwaits up to 2 minutes per call; your assistant calls it again for longer generations.
Troubleshooting
- “Couldn’t reach the MCP server”: check that the URL is exactly
https://mcp.mage.space/mcp, then remove the connector and add it again. - The connection asks you to sign in again: the connection lasts up to 180 days, after which the app asks you to approve it again. Disconnecting in Mage also ends it.
- A generation failed with
insufficient_gems: add Gems in API → Billing and try again.

