Assistant access

Bring the rewatch index into your AI.

Ask your assistant instead of clicking.

Every chart, vibe and guest-cast filter on this site is also available to Claude, ChatGPT and any other assistant that speaks MCP. No account, nothing to install — you paste one web address into your assistant and it can look things up for you.

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.

The address to give your assistant:https://skipto.tv/mcp

No account or authentication required. Episode lookups are read-only.

What you can ask

Anything the site can filter, in plain English:

"What are the best-rated standalone Supernatural episodes from the Kripke years?"
"I'm rewatching Buffy and I've seen everything through 3×07. What's next?"
"Which Criminal Minds episodes have Gideon and are two-parters?"
"Pick me a random Doctor Who episode with Donna, rated 8 or higher."
"Get the submission guide for skipto.tv. I'd like to add [SHOW NAME]."

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
  1. Open Settings → Connectors and choose Add custom connector.
  2. Name it skipto.tv, paste https://skipto.tv/mcp, and leave authentication empty.
  3. Save it, enable the connector in a new chat, and ask for an episode.
ChatGPT
  1. Open Settings → Connectors. Enable Developer mode under Advanced if needed.
  2. Create a connector using https://skipto.tv/mcp with authentication set to None.
  3. 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.