mcpbeat Sign in

Apple TV MCP Server

by trevor-nichols Your server? Claim it
local only

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

Local MCP server for semantic Apple TV control with optional screenshots.

Installs / week
pypi · appletv-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Apple TV 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 appletv-mcp -- uvx appletv-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "appletv-mcp": {
      "args": [
        "appletv-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.appletv-mcp]
command = "uvx"
args = ["appletv-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "appletv-mcp": {
      "args": [
        "appletv-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "appletv-mcp": {
      "args": [
        "appletv-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Apple TV MCP

same job, measured the same way
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
I
RaroCUA
by mectrojohnny

Local macOS Computer Use MCP server with screenshots, AX trees, and app actions.

17 installs/wk local only
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only
MochiPDF
by cbolgiano

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

answering
Truepane
by antonkarliner

Local MCP server generating complete App Store & Google Play screenshot sets.

89 installs/wk local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

83 installs/wk local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

32 installs/wk local only
Ocular Audio MCP
by rayakaan

MCP server for video transcripts, screenshots, and OCR on YouTube and web videos.

44 installs/wk local only

Apple TV MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple TV MCP?
Apple TV 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 pypi package appletv-mcp.
How do I connect Apple TV 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 appletv-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Apple TV MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.