iptvnator (MCP Server)

GitHub

:tv: Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "iptvnator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-iptvnator"
      ]
    }
  }
}