mcpbeat Sign in

Tvmaze MCP Server

local only

Tvmaze MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

TVMaze show search and schedules.

Installs / week
npm · tvmaze-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tvmaze MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tvmaze-mcp -- npx -y tvmaze-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tvmaze-mcp": {
      "args": [
        "-y",
        "tvmaze-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tvmaze-mcp]
command = "npx"
args = ["-y", "tvmaze-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tvmaze-mcp": {
      "args": [
        "-y",
        "tvmaze-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tvmaze-mcp": {
      "args": [
        "-y",
        "tvmaze-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tvmaze MCP

same job, measured the same way
Tvmaze MCP Server
by cyanheads

Search TVmaze shows, next episodes in your timezone, episode guides, daily TV schedules, and cast.

320 installs/wk 7 tools answering
Tvmaze
by pipeworx-io

TVMaze MCP — TV show metadata, episodes, schedules (no auth)

36 tools answering
Movies
by pipeworx-io

Movies and TV show data — search, details, ratings, and cast from iTunes and TVmaze APIs

40 tools answering
India MCP Railways
by samarth-23-eng

MCP server for Indian Railways: search trains, stations, schedules and live status.

local only
Episodate MCP
by mrfentmen

TV show schedules from Episodate. No key required.

local only
Lyra MCP Server
by luisa-sys

Search and discover Lyra profiles.

41 tools answering
Ceki
by ceki

Hire specialists by the hour — search, schedule, and pay via MCP protocol.

50 tools answering
ApplyAll
by applyall

Search for jobs and apply to jobs.

20 tools answering

Tvmaze MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tvmaze MCP?
Tvmaze MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tvmaze-mcp.
How do I connect Tvmaze MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tvmaze-mcp straight from npm; nothing to host, nothing to sign up for.
Is Tvmaze MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.