Server data from the Official MCP Registry
MCP server for Clipwise - AI tools for TikTok, Reels, and Shorts video creators.
MCP server for Clipwise - AI tools for TikTok, Reels, and Shorts video creators.
This is a well-structured MCP server for the Clipwise API with proper authentication controls and secure credential handling. The API key is correctly loaded from environment variables (not hardcoded), unauthenticated tools are clearly documented, and authenticated operations require explicit user setup. Minor code quality observations around error handling and input validation do not materially impact security posture. Permissions align appropriately with the server's stated purpose of providing trend search and service information via HTTP. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CLIPWISE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mobileshop9991-star-clipwise-mcp": {
"env": {
"CLIPWISE_API_KEY": "your-clipwise-api-key-here"
},
"args": [
"-y",
"clipwise-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.