# How to Connect Claude to TikTok and Instagram (Give Your AI the Ability to Watch Videos)

> Claude can't watch TikTok or Instagram videos by default. Here's how to connect Claude to social media so it can search, read transcripts, and analyze videos -- no code required.
- **Author**: Faheem
- **Published**: 2026-06-11
- **Modified**: 2026-06-11
- **Category**: claude, tiktok, instagram, connectors, mcp, tutorial
- **URL**: https://veedcrawl.com/blog/how-to-connect-claude-to-tiktok-instagram

---

You paste a TikTok link into Claude and ask, "What is this creator saying about the new AI tools?"

Claude says: *"I'm sorry, I can't access external links or watch videos."*

You are not asking for a miracle. You are asking Claude to do what any human research assistant would do: watch a video and tell you what is in it. The frustrating part is that Claude has the intelligence to analyze the content. It just does not have the eyes.

The fix takes about two minutes, requires zero code, and works on the free version of Claude. You add a connector.

This article walks you through connecting Claude to TikTok and Instagram using Veedcrawl's hosted MCP connector, what Claude can actually do once connected, and why this is the easiest path for anyone who just wants Claude to understand social videos without building anything.

## TL;DR

- **Claude cannot watch TikTok or Instagram videos on its own** because it has no built-in video access -- but you can give it that ability through a connector.
- **A connector is the consumer-level fix** -- no API keys, no code, no terminal. You add it once in Claude's settings and Claude can search, read, and analyze public social videos from then on.
- **The Veedcrawl connector takes two minutes to set up** inside Claude's Connectors menu using OAuth sign-in.
- **Once connected, Claude can search TikTok by topic, pull transcripts from any public video URL, extract hooks and claims, and inspect creator profiles.**
- **If you need deeper automation or want to build your own agent**, the same capabilities are available through the [Veedcrawl API](https://docs.veedcrawl.com) and the [MCP server for Claude Code](/onboarding).

## Why Claude says "I can't watch videos"

Claude is a text model. It reasons over words, not pixels. When you paste a TikTok URL, Claude sees a string of characters that points to a video platform -- but it does not have an embedded TikTok player or an audio pipeline. There are three layers to the problem:

1. **Access.** Claude cannot open arbitrary URLs in consumer mode. It has no browser.
2. **Format.** Even if Claude could open TikTok, a video file is not readable text. The model would need a transcript.
3. **Context.** A transcript alone is weak. Claude benefits from knowing the title, the creator, the engagement, and the structure of the content -- none of which is in the URL.

The solution to all three layers is the same: give Claude a tool that converts video into structured text, and let Claude call that tool whenever you ask about a video.

That tool is a connector.

## What is a connector -- and why it is the easiest path

A connector is the simplest way to give Claude access to external data. Think of it like installing a Chrome extension, but for Claude's knowledge. You add it once in Claude's settings, sign in once, and Claude can use it in any conversation.

Here is why connectors matter for video:

| Approach | What it takes | Who it is for |
|----------|--------------|---------------|
| **Connector (this guide)** | 2 minutes, no code, works in consumer Claude | Anyone who uses Claude |
| MCP server (Claude Code) | Terminal, config file, API key | Developers |
| Direct API | Code, HTTP requests, polling jobs | Engineers building agents |

The connector path is ideal if you are a content creator, marketer, researcher, or anyone who just wants to ask Claude about a TikTok or Instagram video without becoming a developer.

## How to connect Claude to TikTok and Instagram in 2 minutes

### Step 1: Open Claude's connector settings

Go to [claude.ai](https://claude.ai) and click **Customize** in the sidebar, then **Connectors**.

### Step 2: Add a custom connector

Click the **+** button and choose **Add custom connector**.

### Step 3: Paste the Veedcrawl MCP URL

Name the connector **Veedcrawl** and paste this URL:

```
https://api.veedcrawl.com/mcp
```

### Step 4: Sign in and approve

Claude will redirect you to sign in to Veedcrawl. Sign in with Google or email, approve the access request, and the connector is live.

### Step 5: Start asking Claude about videos

That is it. You are done. From this point on, Claude can search, read, and analyze public social videos in any conversation.

No API key to copy. No terminal to open. No YAML to configure.

## What Claude can do once connected

Once the connector is active, Claude gains five capabilities it did not have before:

### 1. Search TikTok and Instagram by topic

Ask Claude to find public videos by keyword, trend, or creator:

> *"Search TikTok for the most viral cooking videos from the past week and summarize the common hook patterns."*

Claude calls the connector, runs the search, pulls back the results, and analyzes them.

### 2. Read transcripts from any public video URL

Paste a TikTok, Instagram Reel, or YouTube link and ask:

> *"Get the transcript from this video and summarize the creator's argument in three bullet points."*

Claude pulls the exact spoken words and works with them directly -- no guessing from the title.

### 3. Extract hooks, claims, products, and CTAs

Go beyond the transcript and ask for structured analysis:

> *"Extract the hook, the main claim, the objection handled, and the call to action from this video."*

Claude returns a clean breakdown you can use for competitive research or content planning.

### 4. Inspect creator profiles

Give Claude a TikTok or Instagram profile URL:

> *"Review this creator's profile and tell me what topics they post about, how often they post, and what engagement looks like."*

### 5. Compare videos side by side

> *"Compare these three Instagram Reels about skincare and tell me which one had the strongest hook and why."*

The connector handles retrieval. Claude handles reasoning.

## Example prompts to try after connecting

Here are real prompts that work once the connector is set up. Copy any of these into Claude:

**For content research:**
- "Search TikTok for videos about AI tools released in June 2026 and summarize the top 5 opinions."
- "Find Instagram Reels about productivity morning routines and extract the steps each creator recommends."

**For competitive analysis:**
- "Get the transcript from this TikTok and list every product the creator mentioned: [paste URL]"
- "Analyze this creator's last 10 TikToks -- what topics drive the highest engagement?"

**For content repurposing:**
- "Pull the transcript from this YouTube video and turn it into a Twitter thread: [paste URL]"
- "Extract the key insights from this Instagram Reel and write a LinkedIn post draft."

## What about ChatGPT?

The same connector works with ChatGPT. The setup is slightly different:

1. Open ChatGPT -> **Settings** -> **Apps**
2. Turn on **Developer mode**
3. Click **Create app**, name it Veedcrawl
4. Paste `https://api.veedcrawl.com/mcp` as the MCP server URL
5. Choose **OAuth** as the authentication method
6. Sign in to Veedcrawl and approve

After that, the same prompts work. ChatGPT can search TikTok, pull transcripts, and analyze Instagram Reels just like Claude.

## When to move beyond a connector

The connector solves the consumer use case beautifully: you want Claude or ChatGPT to understand a video, and you want it to work now.

You might want to go further if:

- **You are building an AI agent that runs automatically** -- a connector requires you to be in the chat. An API call runs unattended.
- **You need to process hundreds of videos at once** -- the connector handles one-at-a-time research. The API handles batch jobs.
- **You want to integrate video data into your own app** -- use the [Veedcrawl API](https://docs.veedcrawl.com) directly with `x-api-key` authentication.
- **You are using Claude Code or Cursor** -- set up the MCP server in your development environment instead of the consumer connector.

For everyone else, the connector is enough.

## Frequently asked questions

### Does this work with the free version of Claude?

Yes. Connectors work on all Claude plans, including the free tier.

### Does Claude post or modify anything on TikTok or Instagram?

No. The connector is read-only. Claude can search public videos, read transcripts, and extract insights. It cannot post, comment, like, or modify anything on any platform.

### Will TikTok or Instagram block me for using this?

No. Veedcrawl accesses only public content through official and compliant methods. This is the same data anyone can see by opening the app.

### Can Claude watch Instagram Stories or private accounts?

No. The connector only accesses public content. Private accounts, Stories, and DMs are never accessible.

### Do I need a Veedcrawl subscription?

You need a Veedcrawl account, which is free to create. Each search, transcript, or extraction request uses credits from your workspace. You can start with free credits and upgrade if you need more volume.

### What platforms does this work on?

TikTok, Instagram (Reels and posts), YouTube, X (Twitter), and Facebook public videos.

---

**Ready to connect Claude to social video?** [Set up the Claude connector](/connectors/claude) in two minutes, or explore the [Veedcrawl API](https://docs.veedcrawl.com) if you are building an agent.
---
- [More claude articles](https://veedcrawl.com/blog/category/claude)
- [All articles](https://veedcrawl.com/blog)