Generate AI images and videos (Flux, Nano Banana, Kling, Veo, 48+ models), refunds on failure.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Generate AI images and videos from Claude, Cursor, or any MCP client, powered by imaginode.ai, the node-canvas AI creation studio.
https://imaginode.ai/api/mcp (Streamable HTTP).imk_β¦ secret is shown once.Claude Code
Claude.ai / Claude Desktop : add a custom connector with URL https://imaginode.ai/api/mcp and the same Authorization header.
Cursor (.cursor/mcp.json):
Then just ask your assistant: "Generate a cinematic image of a red fox in a misty forest" or "Make a 5-second video of ocean waves at sunset".
| Tool | What it does |
|---|---|
list_models | Catalogue of image and video models with prices in credits and billable options. |
generate_image | Generates an image and waits for the result: the URL is returned directly. Default model: Nano Banana 2. |
generate_video | Starts a video generation and returns a request_id plus the exact cost. Default model: Seedance 2.0. |
get_generation_status | Follows a generation (running, completed with output URLs, or failed with automatic refund). |
Videos typically take 1 to 5 minutes (up to 30 for long jobs): poll get_generation_status every 30 seconds.
The MCP server is a thin facade over three public endpoints you can also call from any script:
GET https://imaginode.ai/api/models : model catalogue and prices, no auth.POST https://imaginode.ai/api/generate : body { "model", "prompt", "duration", "resolution", "aspectRatio", "audio", "imageUrls" }, header Authorization: Bearer imk_β¦. Returns { requestId, cost, balance }.GET https://imaginode.ai/api/generate/status?requestId=β¦ : returns running, completed (with outputUrls) or failed (refunded).Input images must be media hosted on your Imaginode account (media library or previous generations).
Full documentation: imaginode.ai/docs/api-mcp.
The skills/imaginode folder contains an optional Claude Code skill that teaches Claude how to use this server well (cheap-model-first iteration, cost awareness, polling cadence). Install it by copying the folder to ~/.claude/skills/imaginode.
MIT. The server itself runs at imaginode.ai; this repository hosts its public manifest, documentation and skill.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/imaginode)<a href="https://allmcps.com/mcp/imaginode"><img src="https://allmcps.com/api/badge/imaginode?style=directory" alt="Imaginode on AllMCPs" /></a>