Releases: mrdainami/kie-mcp
Release list
v0.3.0 — generic 5-tool connector + live model docs
Major update from 0.1.x.
What's new
- Rebuilt as 5 generic tools:
kie_post,kie_get,kie_upload_file,kie_download,kie_fetch_model_docs. - Async submit-and-poll model (submit with kie_post, poll with kie_get) — works across image/video/music models.
- Live model docs pulled from docs.kie.ai (cached ~3 days), so new KIE models work without updating the package.
Install
- Claude Desktop: download
kie-mcp-0.3.0.mcpbbelow and drag it in. - Claude Code: see the README quick-start (one
claude mcp addcommand).
v0.1.4 — fetch-free (Cowork-compatible)
Replaces the v0.1.3 undici fallback with Node's built-in node:https request API. Cowork's MCP sandbox blocks both global fetch and the undici module loader; node:https is universally available. No API change for consumers.
v0.1.3 — Cowork fetch fix
Fixes fetch is not defined runtime error inside Claude Cowork. Imports fetch from undici explicitly with a global-fetch fallback. No behaviour change otherwise.
v0.1.2 — fix base URL
Fix fetch failed errors: default base URL was https://api.kieai.com (typo, never resolved). Real KIE host is https://api.kie.ai (with the dot). One-character fix in defaults; KIE_BASE_URL env override still works the same way.
If you installed v0.1.1, redownload the .mcpb from this release and drag it onto Claude Desktop again to update.
v0.1.1 — clearer description + author fix
What's new
- Description rewritten to explain what it actually does: generate images, videos, and music with the latest AI models via KIE.ai (Seedance, Kling, GPT Image 2, Nano Banana, Suno V4, and anything new KIE ships)
- Author info now correctly links to @mrdainami — previous version had a broken
github.com/dainamiURL - No tool or API changes — drop-in upgrade
Install (3 minutes, no terminal)
- Download
kie-mcp-0.1.1.mcpbbelow - Drag onto Claude Desktop (or Settings → Extensions)
- Paste your KIE.ai API key when prompted
v0.1.0 — initial release
First release of @dainami/kie-mcp.
Install (3 minutes, no terminal)
- Download
kie-mcp-0.1.0.mcpbbelow - Drag it onto the Claude Desktop window (or Settings → Extensions)
- Paste your KIE.ai API key when prompted
Get a KIE API key → · Full README →
Tools
kie_post— POST to any KIE endpointkie_get— GET (polling)kie_run_and_wait— submit + poll until done
What you can call
Any model on KIE.ai — GPT Image 2, Nano Banana 2, Seedance 2.0 Pro, Kling 3.0, Suno V4, anything new KIE ships. The agent reads the JSON shape from docs.kie.ai and constructs payloads itself.