Skip to content
Zed

autowhisper mcp for Zed

io.github.xnjiang/autowhisper-mcp

Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.

client:Zed transport:stdio runtime:npm

Install autowhisper mcp 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": {
    "autowhisper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "autowhisper-mcp"
      ],
      "env": {
        "AUTOWHISPER_API_TOKEN": "<AUTOWHISPER_API_TOKEN>",
        "AUTOWHISPER_BASE_URL": "<AUTOWHISPER_BASE_URL>"
      }
    }
  }
}

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

autowhisper mcp in other clients