Odel
kavel mcp

kavel mcp

Local
@hanshs474TypeScriptMITUpdated Yesterday

Discover Kavel's AI photo/video generators, get tuned prompts, and open the right tool on kavel.ai.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkavel-mcpv0.1.1

Run

npx -y kavel-mcp

MCP client config

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