Skip to content
Zed

muapi for Zed

io.github.anil-matcha/muapi

Generate images, videos, and audio using 100+ AI models via muapi.ai.

client:Zed transport:stdio runtime:npm

Install muapi in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "muapi": {
      "command": "npx",
      "args": [
        "-y",
        "muapi-mcp-server"
      ],
      "env": {
        "MUAPI_API_KEY": "<MUAPI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

muapi in other clients