How to Use Skip with Claude AI (MCP Integration Guide)
Skip integrates with Claude via MCP, letting you search your video library and import content directly from your AI assistant. Here's how to set it up.
The Skip Team
Skip Team
Skip's MCP integration lets Claude access your video library. You can search videos, get summaries, and import new content—all from your AI chat. Works with Claude Desktop, Cursor, and Windsurf.
If you use Claude for research or coding, you've probably wished it could access your notes or saved content. With Skip's MCP integration, it can access your video library.
MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external tools. Skip's MCP server lets Claude search your videos, read summaries, and even import new content—all from within your chat.
What Can You Do with Skip + Claude?
Once connected, you can ask Claude things like:
- "Search my videos for React performance optimization"
- "What did that Fireship video say about Bun?"
- "Import this YouTube video to my library" (paste URL)
- "Give me a summary of my saved videos about system design"
Claude will use your Skip library to answer, complete with timestamps and sources.
Setting Up the Integration
Requirements
- A Skip account (free tier works)
- Skip API key (get it from Dashboard → Settings → API Keys)
- Claude Desktop, Cursor, or Windsurf
For Claude Desktop
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"skip": {
"command": "npx",
"args": ["-y", "@anthropic/skip-mcp"],
"env": {
"SKIP_API_KEY": "your-api-key-here"
}
}
}
}
Restart Claude Desktop after saving.
For Cursor
Go to Settings → MCP Servers → Add Server, then paste:
{
"skip": {
"command": "npx",
"args": ["-y", "@anthropic/skip-mcp"],
"env": {
"SKIP_API_KEY": "your-api-key-here"
}
}
}
For Windsurf
Similar process—add to your MCP configuration with your API key.
Available Tools
The Skip MCP server provides these tools to Claude:
- skip_search: Search your video library by query
- skip_discover: Find YouTube creators by topic
- skip_import: Add a new video to your library
- skip_list: Browse your saved videos
- skip_get_summary: Get the full summary of a specific video
Example Workflows
Research Mode
You're working on a project and need to recall something from a past video:
"Search my videos for GraphQL caching strategies"
Claude searches your library and returns relevant segments with timestamps.
Learning Mode
You find an interesting video and want to add it to your library:
"Import this video: https://youtube.com/watch?v=..."
Claude imports it to Skip, and the summary appears in your library within seconds.
Discovery Mode
You want to find new creators in a topic area:
"Find YouTube creators who teach Rust programming"
Claude uses Skip's discovery feature to find relevant channels.
Why MCP Instead of Just Using Skip Directly?
You can always use Skip's web app directly. MCP integration is useful when:
- You're already in a Claude conversation and want to reference your videos
- You're coding in Cursor and need to recall something from a tutorial
- You want to combine video knowledge with Claude's general capabilities
It's about meeting you where you already work, not replacing the main app.
Getting Your API Key
- Log into Skip at getskip.dev
- Go to Dashboard → Settings → API Keys
- Click "Generate New Key"
- Copy it to your MCP config
Keep your API key secure—it provides access to your entire library.
Try this yourself
Import a YouTube video into Skip and search it by meaning — not just keywords. Free, no credit card required.
Frequently Asked Questions
What is Skip MCP integration?
Skip's MCP integration allows AI assistants like Claude to access your video library. You can search videos, get summaries, and import new content directly from your AI chat.
How do I connect Skip to Claude Desktop?
Add Skip's MCP server configuration to your Claude Desktop config file with your API key, then restart Claude. Full setup instructions are available in the blog post.
What is MCP (Model Context Protocol)?
MCP is an open standard that lets AI assistants connect to external tools and data sources. It allows Claude to use your Skip library as a knowledge source during conversations.
Do I need a paid Skip account for MCP?
No, the MCP integration works with Skip's free tier. However, your usage counts toward your monthly limits.
Related Articles
What is Skip? The Video Knowledge Platform for Learners
Skip is a platform that turns YouTube, Loom, and Fathom videos into a searchable knowledge base. Instead of rewatching hours of content, you can search, chat, and extract insights instantly.
ProductWhat is Semantic Search? How Skip Finds Videos by Meaning
Traditional search matches keywords. Semantic search understands what you mean. Here's how it works and why it matters for finding information in videos.
Ready to try Skip?
Turn your YouTube videos into a searchable knowledge base. Start free, no credit card required.
