kie-mcp
Rank #7,817io.github.elibarnett/kie-mcp
MCP for kie.ai: 45+ image, 70+ video, 20+ audio models with model intelligence
kie-mcp is a Model Context Protocol (MCP) server published by elibarnett. It ranks #7,817 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. kie-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 11, 2026 and most recently updated on May 21, 2026.
Ranks ahead of 124,229 of 132,046 servers on MCP Toplist.
Use kie-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kie-mcp -e "KIE_API_KEY=<your KIE_API_KEY>" -e "KIE_PROJECT_ROOT=<your KIE_PROJECT_ROOT>" -- npx -y kie-mcpReplace each placeholder with your own value before saving.
[mcp_servers.kie-mcp]
command = "npx"
args = ["-y", "kie-mcp"]
[mcp_servers.kie-mcp.env]
KIE_API_KEY = "<your KIE_API_KEY>"
KIE_PROJECT_ROOT = "<your KIE_PROJECT_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kie-mcp": {
"command": "npx",
"args": [
"-y",
"kie-mcp"
],
"env": {
"KIE_API_KEY": "<your KIE_API_KEY>",
"KIE_PROJECT_ROOT": "<your KIE_PROJECT_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kie-mcp": {
"command": "npx",
"args": [
"-y",
"kie-mcp"
],
"env": {
"KIE_API_KEY": "<your KIE_API_KEY>",
"KIE_PROJECT_ROOT": "<your KIE_PROJECT_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kie-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kie-mcp"
],
"env": {
"KIE_API_KEY": "<your KIE_API_KEY>",
"KIE_PROJECT_ROOT": "<your KIE_PROJECT_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kie-mcp": {
"command": "npx",
"args": [
"-y",
"kie-mcp"
],
"env": {
"KIE_API_KEY": "<your KIE_API_KEY>",
"KIE_PROJECT_ROOT": "<your KIE_PROJECT_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kie-mcp": {
"command": "npx",
"args": [
"-y",
"kie-mcp"
],
"env": {
"KIE_API_KEY": "<your KIE_API_KEY>",
"KIE_PROJECT_ROOT": "<your KIE_PROJECT_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.elibarnett%2Fkie-mcp)<a href="https://mcptoplist.com/server/io.github.elibarnett%2Fkie-mcp"><img src="https://mcptoplist.com/badge/io.github.elibarnett%2Fkie-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
elibarnett
Available versions (2)
| Version | Published |
|---|---|
| 4.0.1 | May 21, 2026 |
| 4.0.0 | May 11, 2026 |
Frequently asked questions
- Who maintains kie-mcp?
- kie-mcp is maintained by elibarnett, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is kie-mcp listed on the Official MCP Registry?
- Yes — kie-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does kie-mcp have?
- MCP Toplist tracks 2 versions of kie-mcp, most recently published on May 21, 2026.
- Where can I find the source code for kie-mcp?
- The source code for kie-mcp is hosted at github.com/elibarnett/kie-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.