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