episodate mcp for Zed
io.github.mrfentmen/episodate-mcp
TV show schedules from Episodate. No key required.
client:Zed
transport:stdio
runtime:npm
Install episodate mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"episodate-mcp": {
"command": "npx",
"args": [
"-y",
"episodate-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs