Skip to content
Zed

clypt for Zed

io.github.nelsonjordanme/clypt

Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.

client:Zed transport:stdio runtime:npm

Install clypt 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": {
    "clypt": {
      "command": "npx",
      "args": [
        "-y",
        "@useclypt/mcp-server"
      ],
      "env": {
        "CLYPT_API_KEY": "<CLYPT_API_KEY>",
        "CLYPT_BASE_URL": "<CLYPT_BASE_URL>"
      }
    }
  }
}

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

clypt in other clients