Skip to content
Cursor

tvmaze mcp for Cursor

io.github.mrfentmen/tvmaze-mcp

TVMaze show search and schedules.

client:Cursor transport:stdio runtime:npm

Install tvmaze mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tvmaze-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tvmaze-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tvmaze mcp in other clients