Connects Claude to Clipwise's AI platform for short-form video creators working with TikTok, Reels, and Shorts. Exposes three tools: service info lookups, use case recommendations for common creator problems like low views or engagement, and trend search across 20+ countries via the Clipwise API. The trend search requires an API key (free tier available), while info and use cases work without auth. Built by an indie maker from Ukraine who runs his own TikTok channel. Useful if you're building creator workflows in Claude Desktop or Cursor and want direct access to viral video data and Clipwise's platform intel without opening a browser.
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.
Unlike basic AI wrappers, Clipwise uses a knowledge-base architecture — 35+ curated playbooks (hook psychology, script structures, platform benchmarks, copywriting formulas, humanizer rules) are injected into every AI call. Scripts pass through an AI-writing detection layer so output sounds human, not like ChatGPT.
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
CLIPWISE_API_KEYsecretRequired only for clipwise_search_trends. Get a free key at https://tryclipwise.com/en/dashboard/account
io.github.socialapishub/social-media-api
io.github.xpaysh/social-media
com.thenextgennexus/youtube-media-mcp-server
io.github.ludmila-omlopes/youtube-video-analyzer
csoai-org/social-media-ai-mcp
com.ezbizservices/social-media