Server data from the Official MCP Registry
Discover Kavel's AI photo/video generators, get tuned prompts, and open the right tool on kavel.ai.
Discover Kavel's AI photo/video generators, get tuned prompts, and open the right tool on kavel.ai.
Excellent security posture. The server is a lightweight tool catalog and prompt builder for Kavel's AI generators with no authentication requirements (as intended), no network calls, no credential handling, and no dangerous operations. Code is clean, well-structured, and input validation is appropriate for its purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"ai-kavel-kavel-mcp": {
"args": [
"-y",
"kavel-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| 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 |
Run directly with npx:
npx kavel-mcp
Add to your MCP config (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"kavel": {
"command": "npx",
"args": ["-y", "kavel-mcp"]
}
}
}
Point the client at the command npx -y kavel-mcp (stdio transport).
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
npm install
npm run build
npm start
MIT © Kavel
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.