Freebeat MCP for Zed
io.github.freebeatfit/freebeat-mcp
Freebeat MCP server for AI music videos, effects, and media uploads.
client:Zed
transport:stdio
runtime:npm
Install Freebeat MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"freebeat-mcp": {
"command": "npx",
"args": [
"-y",
"freebeat-mcp"
],
"env": {
"FREEBEAT_API_KEY": "<FREEBEAT_API_KEY>",
"FREEBEAT_API_HOST": "<FREEBEAT_API_HOST>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs