What it does
Connect this site to an AI assistant and ask for episodes in plain English. It searches the same hand-built eras, story arcs, characters, vibes and ratings you can browse here, then returns matching episodes with links back to the site.
https://skipto.tv/mcpNo account or authentication required. Episode lookups are read-only.
What you can ask
Anything the site can filter, in plain English:
Connect it
Paste this into a new chat. Your assistant will connect itself or tell you where to add the URL:
Please connect to the "skipto.tv" MCP server so you can look up TV rewatch guides for me. Server URL: https://skipto.tv/mcp Authentication: none If you cannot add it yourself, tell me where to paste this URL. Once connected, list the available shows.
Or connect it by hand
Claude
- Open Settings → Connectors and choose Add custom connector.
- Name it skipto.tv, paste
https://skipto.tv/mcp, and leave authentication empty. - Save it, enable the connector in a new chat, and ask for an episode.
ChatGPT
- Open Settings → Connectors. Enable Developer mode under Advanced if needed.
- Create a connector using
https://skipto.tv/mcpwith authentication set to None. - Enable it from the tools menu in a new chat.
Developer tools
Add this to your MCP configuration:
{
"mcpServers": {
"skipto-tv": { "url": "https://skipto.tv/mcp" }
}
}
What it can do
Find an episode
Filter by era, arc, character, vibe, rating or anything you remember.
Continue a rewatch
Tell it where you stopped and ask what comes next.
Open the result here
Get a link with the same filters already applied on skipto.tv.
Want implementation details? The source and full tool reference are in the GitHub repository.