Loading MCP server directory, please wait...
Search TVmaze shows, next episodes in your timezone, episode guides, daily TV schedules, and cast.
npx @getmcp/cli add io.github.cyanheads/tvmaze-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/tvmaze-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/tvmaze-mcp-server",
"run",
"start:stdio"
],
"env": {
"TVMAZE_BASE_URL": "https://api.tvmaze.com",
"TVMAZE_USER_AGENT": "",
"TVMAZE_DEFAULT_TIMEZONE": "UTC",
"TVMAZE_DEFAULT_COUNTRY": "US",
"TVMAZE_CACHE_TTL_S": "300",
"TVMAZE_MAX_CONCURRENCY": "4",
"TVMAZE_REQUEST_TIMEOUT_MS": "10000",
"MCP_LOG_LEVEL": "info"
}
}
}
}