Overview
The Supadata MCP (Model Context Protocol) server enables powerful web and video scraping capabilities directly within AI development environments like Cursor, Claude Desktop, and VS Code. This open-source integration allows AI models to extract transcripts, scrape web pages, and crawl entire websites to gather context.Features
- Multi-Platform Support: Works with YouTube, TikTok, Instagram, Twitter, Facebook, and more
- AI-First Design: Optimized for use with LLMs and AI assistants
- Multiple Tools: Transcript extraction, web scraping, site mapping, and crawling
- Easy Integration: Simple setup with popular AI tools
Available tools
The hosted server exposes all nine tools. The npm package currently published (
@supadata/mcp 1.0.1) has the six transcript, scrape, map and crawl tools; supadata_metadata, supadata_extract and supadata_check_extract_status arrive in the next npm release.Hosted server vs. local server
There are two ways to connect:- Hosted server at
https://api.supadata.ai/mcp— uses OAuth. You sign in with your Supadata account when the client prompts you; no API key is needed. Use this with Claude, Claude Code and ChatGPT. - Local server via
npx -y @supadata/mcp— runs on your machine and authenticates with your API key passed as theSUPADATA_API_KEYenvironment variable. Use this with Cursor, Windsurf, VS Code and other stdio-based clients.
Installation
Manual Installation
Integration Setup
Claude / Claude Desktop / Cowork
Connect directly from Claude without manually configuring an API key.- Go to Settings → Connectors
- Click Add custom connector and enter
Supadataas the name andhttps://api.supadata.ai/mcpas the URL. Click Add.

- Click Authorize when prompted to grant MCP access.

Claude Code
- Add the Supadata MCP server:
- Run
/mcpin Claude Code and select Authenticate for Supadata to complete the OAuth flow in your browser.
ChatGPT
- Go to Settings → Apps & Connectors
- Click Create to add a new connector
- Enter
Supadataas the name andhttps://api.supadata.ai/mcpas the connector URL - Click Save
Cursor
- Open Cursor Settings
- Navigate to MCPs & Integrations → New MCP Server
- Add new MCP server:
Windsurf
Add to~/.codeium/windsurf/mcp_config.json:
VS Code
Add a.vscode/mcp.json file to your workspace. VS Code will prompt for your API key the first time the server starts:
Configuration
Environment Variables
SUPADATA_API_KEY: Your Supadata API key (required for the localnpxserver; not needed for the hosted OAuth server)