npm kavel-mcpstdioMITupdated 1mo ago
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.
kavel mcp 能做什么?
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 |
Featured generators
- AI Hairstyle Changer
- AI Figurine Generator
- AI Pet Portrait Generator
- AI Wedding Photo Generator
- 90s Yearbook Photos
- AI Dance Video Generator
- HD Photo Converter
- Browse all →
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
Links
- Website: https://www.kavel.ai
- Issues: https://github.com/hanshs474/kavel-mcp/issues
License
MIT © Kavel
安装
把 kavel mcp 添加到你的客户端。选择你正在使用的那个。
claude mcp add kavel-mcp -- npx -y kavel-mcpcodex mcp add kavel-mcp -- npx -y kavel-mcpamp mcp add kavel-mcp -- npx -y kavel-mcp{
"mcpServers": {
"kavel-mcp": {
"command": "npx",
"args": [
"-y",
"kavel-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"kavel-mcp": {
"command": "npx",
"args": [
"-y",
"kavel-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"kavel-mcp","command":"npx","args":["-y","kavel-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"kavel-mcp": {
"command": "npx",
"args": [
"-y",
"kavel-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"kavel-mcp": {
"command": "npx",
"args": [
"-y",
"kavel-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"kavel-mcp": {
"command": "npx",
"args": [
"-y",
"kavel-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"kavel-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"kavel-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"kavel-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"kavel-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y kavel-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 48 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年7月15日 |