Chutes Media MCP for Zed
io.github.thestreamcode/chutes-media-mcp
Generate image, video, music and speech through Chutes and save assets into your project.
client:Zed
transport:stdio
runtime:npm
Install Chutes Media MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chutes-media-mcp": {
"command": "npx",
"args": [
"-y",
"chutes-media-mcp"
],
"env": {
"CHUTES_API_KEY": "<CHUTES_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs