clipmaster mcp for Zed
io.github.n0sp00n/clipmaster-mcp
AI video clipping with ClipMaster (clipmaster.app): clips, exports, scheduling.
client:Zed
transport:stdio
runtime:pypi
Install clipmaster mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clipmaster-mcp": {
"command": "uvx",
"args": [
"clipmaster-mcp"
],
"env": {
"CLIPMASTER_API_KEY": "<CLIPMASTER_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs