The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the GenMagic listing page.
One Model Context Protocol server that lets any AI agent generate text, images, speech, music, and video, billed against a single prepaid credit balance.
GenMagic is one studio and one API for every generative AI model, in every medium. This repository is the connection guide and registry descriptor for its remote MCP server: point any MCP client at one URL, drop in your key, and your agent gets six generation tools that route to the best underlying model automatically.
https://genmagic.co/api/mcpAuthorization: Bearer gm_live_... (create a key at https://genmagic.co/app/settings)io.github.yumaheymans/genmagic (see server.json).| Tool | What it does |
|---|---|
generate_text | Generate text, code, an SVG graphic, or a full web page (optional type). |
generate_image | Generate or edit an image; type=logo for a brand mark. |
generate_speech | Text to speech, voiced verbatim. |
generate_music | An original music track from a description. |
create_video | Start an async video job (returns a job id, charges nothing yet). |
get_video | Poll a video job; charges once, on completion. |
initialize, ping, and tools/list are open; tools/call requires your key. Every tool result self-describes its spend in the MCP _meta field (cost_cents, credits_remaining, and a rate object), so an agent paces itself and tracks its budget from the result it already has.
Create a key at https://genmagic.co/app/settings, then add the server to your client.
Add a genmagic entry to your MCP config (.cursor/mcp.json, .vscode/mcp.json, or the client's equivalent):
Add GenMagic as a custom connector in Settings → Connectors, using the URL https://genmagic.co/api/mcp and a header Authorization: Bearer gm_live_your_key.
The server is plain JSON-RPC over HTTP, so you can drive it with curl:
There is no separate agent meter. Every generation, from the studio, the REST API, or this MCP server, draws the underlying model's real provider cost from one prepaid USD balance (1 credit = 1 US cent). New accounts get a one-time $0.50 starter balance; top up in $5 to $100 increments, or subscribe for a renewing balance with a subscriber bonus and commercial-use rights. create_video and a still-rendering get_video poll charge nothing; the clip's cost lands on the poll that completes it. See https://genmagic.co/pricing.
Turn on personalization once in the app (connect a website or LinkedIn) and every tool call comes out shaped by your brand's voice, audience, and colors, no prompt changes required. Visual tool results additionally report a brand_fit read-back so an agent can regenerate anything that drifted off-palette.
/.well-known/mcp.json · /llms.txt · /openapi.jsonMIT. See LICENSE. This repository is connection documentation and the registry descriptor; the GenMagic service itself is operated at genmagic.co.