Chutes Media MCP for Claude Desktop
io.github.thestreamcode/chutes-media-mcp
Generate image, video, music and speech through Chutes and save assets into your project.
client:Claude Desktop
transport:stdio
runtime:npm
Install Chutes Media MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chutes-media-mcp": {
"command": "npx",
"args": [
"-y",
"chutes-media-mcp"
],
"env": {
"CHUTES_API_KEY": "<CHUTES_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs