loading…
Search for a command to run...
loading…
AI platform for short-form video creators (TikTok, Instagram Reels, YouTube Shorts, Facebook Reels). Three tools — viral TikTok trend search across 20+ countrie
AI platform for short-form video creators (TikTok, Instagram Reels, YouTube Shorts, Facebook Reels). Three tools — viral TikTok trend search across 20+ countries, service info, and use-case scenarios for video analysis, competitor research, and content strategy. Install: npx -y clipwise-mcp-server. Free plan at tryclipwise.com.
Model Context Protocol server for Clipwise — AI platform for short-form video creators.
Lets Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible AI assistant call Clipwise tools natively. Covers TikTok, Instagram Reels, YouTube Shorts, and Facebook Reels.
| Tool | Description | Auth |
|---|---|---|
clipwise_get_info |
Service overview, features, pricing, supported platforms | None |
clipwise_get_use_cases |
Concrete problem→solution scenarios for creators and agencies | None |
clipwise_search_trends |
Search viral TikTok videos by keyword in any country | API key |
Edit ~/.claude/claude_desktop_config.json (macOS/Linux) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"clipwise": {
"command": "npx",
"args": ["-y", "clipwise-mcp-server"]
}
}
}
For trend search, add your API key:
{
"mcpServers": {
"clipwise": {
"command": "npx",
"args": ["-y", "clipwise-mcp-server"],
"env": {
"CLIPWISE_API_KEY": "your-api-key-here"
}
}
}
}
Get your API key at tryclipwise.com/en/dashboard/account (free plan available).
Restart Claude Desktop after editing the config.
Same JSON, different config location — see your IDE's MCP setup docs.
Once installed, you can ask Claude:
clipwise_get_infoclipwise_get_use_cases with scenario: "low-views"clipwise_search_trendsclipwise_get_info with topic: "features"Clipwise is an AI platform for content creators, social media marketers, and agencies who work with short-form video.
Core features:
Coming soon: Threads/Reddit parser, Google Ads automation, Meta Ads automation.
Pricing: Free (200 tokens/mo) · Pro $24/mo · Agency $73/mo
| Variable | Required | Description |
|---|---|---|
CLIPWISE_API_KEY |
For search_trends only |
Your Clipwise API key |
CLIPWISE_BASE_URL |
No | Override base URL (default: https://tryclipwise.com) |
git clone https://github.com/mobileshop9991-star/clipwise-mcp.git
cd clipwise-mcp
npm install
npm run build
node dist/index.js
Test the binary directly:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | node dist/index.js
Created by Oleksandr Petrov (Олександр Петров) — indie maker and TikTok creator from Vinnytsia, Ukraine.
Issues and PRs welcome. This is a thin wrapper around the public Clipwise API — please report bugs at github.com/mobileshop9991-star/clipwise-mcp/issues.
MIT — see LICENSE
Built with Model Context Protocol · Anthropic SDK
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mobileshop9991-star-clipwise-mcp": {
"command": "npx",
"args": []
}
}
}