Skip to main content
Glama

Kavel MCP

An MCP server for Kavel — bring Kavel's AI photo & video generators into any MCP client (Claude, Cursor, Cline, …). Ask for an effect, get a model-tuned prompt, and open the right tool to generate it on www.kavel.ai.

No account or API key required to use this server — it helps you pick a tool and craft a prompt, then hands off to Kavel's free-tier generators.

What it does

Tool

What it returns

list_kavel_tools

Browse/search Kavel's generators by goal (e.g. "make my dog look royal")

build_kavel_prompt

A model-tuned prompt recipe for a chosen effect, customized with your details

open_in_kavel

The direct generator URL, pre-set to the right mode

list_kavel_models

The image/video models Kavel runs and what each is good at

Related MCP server: Gemini 2.5 Flash Image MCP

Install

Run directly with npx:

npx kavel-mcp

Claude Desktop / Claude Code

Add to your MCP config (claude_desktop_config.json or .mcp.json):

{
  "mcpServers": {
    "kavel": {
      "command": "npx",
      "args": ["-y", "kavel-mcp"]
    }
  }
}

Cursor / Cline

Point the client at the command npx -y kavel-mcp (stdio transport).

Skill (Claude Code / Cursor / Codex)

This repo also ships the kavel-image-studio agent skill (skills/kavel-image-studio/) — it helps pick the right Kavel generator, craft a model-tuned prompt, and hand off the generate link.

Install via the open agent-skills CLI:

npx skills add hanshs474/kavel-mcp

Or as a Claude Code plugin marketplace:

/plugin marketplace add hanshs474/kavel-mcp
/plugin install kavel-image-studio

Develop

npm install
npm run build
npm start

License

MIT © Kavel

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanshs474/kavel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server