Are you the author? Sign in to claim
MCP server for Clipwise — AI tools for short-form video creators (TikTok, Reels, Shorts)
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
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows