← back to kautiontape.com

MCP Servers

Self-hosted Model Context Protocol servers. Connect any of these to Claude Desktop or any MCP-compatible client to give your AI tools it can't access on its own.

Servers
▶️ YouTube Transcripts private 1 tool
Fetches transcripts from YouTube videos. Give it any YouTube URL and it returns the full transcript as text — the LLM can then summarize, extract highlights, or answer questions about the content. Requires OAuth authentication.
MCP Endpoint (OAuth required)
https://mcp.kautiontape.com/youtube/mcp

Quick Setup

Add any server to your Claude Desktop config (claude_desktop_config.json) under mcpServers:

{
  "mcpServers": {
    "mystic-forge": {
      "url": "https://mcp.kautiontape.com/mtg/mcp"
    }
  }
}

Public servers require no authentication. Servers marked private require OAuth credentials and are not publicly available.