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
{
"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