Connect RevidAPI to Claude Desktop, Cursor, VS Code, Claude Code via Model Context Protocol (MCP).
Status (2026-06): REST API and n8n are live today. MCP server at
https://api.revidapi.com/mcpis on the roadmap — configs below are templates usingYOUR_API_KEY.
| Method | Status | Best for |
|---|---|---|
| REST / cURL | Live | Scripts, backends, Make/Zapier |
| n8n HTTP Request | Live | Daily automation |
| Dashboard Marketplace | Live | Testing endpoints (login required) |
| MCP server | Roadmap | Claude Desktop, Cursor native tools |
Same endpoints as API Marketplace: base https://api.revidapi.com/paid, header x-api-key.
No MCP required. Call any endpoint directly:
curl -G "https://api.revidapi.com/paid/tiktok/download" \
--data-urlencode "url=TIKTOK_URL" \
-H "x-api-key: YOUR_API_KEY"Browse all paths: catalog/api-catalog.json · docs.revidapi.com
- Open n8n.revidapi.com or self-hosted n8n
- Add HTTP Request node
- URL:
https://api.revidapi.com/paid/tiktok/download?url=... - Header:
x-api-key= your key (use n8n credentials — not hardcoded in workflow export)
See examples/n8n/http-request.md.
When https://api.revidapi.com/mcp is deployed, use mcp-remote to bridge HTTP → stdio for desktop clients.
File: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Copy from mcp/claude_desktop_config.json.example:
{
"mcpServers": {
"revidapi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.revidapi.com/mcp"],
"env": {
"REVIDAPI_API_KEY": "YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with your key from dashboard Settings.
Restart Claude Desktop.
Project file: .cursor/mcp.json — see mcp/cursor.mcp.json.example.
Use MCP extension + same JSON structure as Claude Desktop.
- Use
YOUR_API_KEYin docs; real key only in local config or env - Do not commit
claude_desktop_config.jsonwith real keys - Rotate key if leaked: Dashboard → Settings → revoke & create new
- AI Studio (
ai.revidapi.com) uses a different key — do not mix billing
Similar to TikHub MCP:
| TikHub | RevidAPI |
|---|---|
mcp.tikhub.io |
api.revidapi.com/mcp (roadmap) |
| API key from user portal | revidapi.com/dashboard |
| 755+ endpoints | Download, video, media, TTS, search — see catalog |
npx mcp-remote |
Same pattern |
Live integration hub (copy-paste cURL, n8n snippets):
https://revidapi.com/dashboard/integrations
- Docs: https://docs.revidapi.com/
- GitHub issues: https://github.com/Revidapi-com/Revidapi.com/issues
- Telegram: https://t.me/revidapi