clypt for Windsurf
io.github.nelsonjordanme/clypt
Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.
client:Windsurf
transport:stdio
runtime:npm
Install clypt in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"clypt": {
"command": "npx",
"args": [
"-y",
"@useclypt/mcp-server"
],
"env": {
"CLYPT_API_KEY": "<CLYPT_API_KEY>",
"CLYPT_BASE_URL": "<CLYPT_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs