Skip to content

Releases: mrdainami/kie-mcp

v0.3.0 — generic 5-tool connector + live model docs

Choose a tag to compare

@mrdainami mrdainami released this 27 May 09:22

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.mcpb below and drag it in.
  • Claude Code: see the README quick-start (one claude mcp add command).

v0.1.4 — fetch-free (Cowork-compatible)

Choose a tag to compare

@mrdainami mrdainami released this 20 May 11:41

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

Choose a tag to compare

@mrdainami mrdainami released this 19 May 09:04

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

Choose a tag to compare

@mrdainami mrdainami released this 19 May 03:51

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

Choose a tag to compare

@mrdainami mrdainami released this 18 May 16:02

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/dainami URL
  • No tool or API changes — drop-in upgrade

Install (3 minutes, no terminal)

  1. Download kie-mcp-0.1.1.mcpb below
  2. Drag onto Claude Desktop (or Settings → Extensions)
  3. Paste your KIE.ai API key when prompted

Get a KIE API key → · Full README →

v0.1.0 — initial release

Choose a tag to compare

@mrdainami mrdainami released this 18 May 15:49

First release of @dainami/kie-mcp.

Install (3 minutes, no terminal)

  1. Download kie-mcp-0.1.0.mcpb below
  2. Drag it onto the Claude Desktop window (or Settings → Extensions)
  3. Paste your KIE.ai API key when prompted

Get a KIE API key → · Full README →

Tools

  • kie_post — POST to any KIE endpoint
  • kie_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.