Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

mobileshop9991-star/clipwise-mcp MCP server](https://glama.ai/mcp/servers/@mobileshop9991-star/clipwise-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@mobileshop9991-star/clipwise-mcp) πŸ“‡ ☁️ - AI platform for short-form video creators (TikTok,...

README.md

Clipwise MCP Server

![npm version](https://www.npmjs.com/package/clipwise-mcp-server) ![License: MIT](https://opensource.org/licenses/MIT)

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.

Tools

| 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 |

Quick Start

Claude Desktop

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.

Cursor / Windsurf / Claude Code

Same JSON, different config location β€” see your IDE's MCP setup docs.

Usage Examples

Once installed, you can ask Claude:

  • "What is Clipwise?" β†’ calls clipwise_get_info
  • "My TikTok videos get low views, what can I do?" β†’ calls clipwise_get_use_cases with scenario: "low-views"
  • "Find trending fitness videos on TikTok in the US" β†’ calls clipwise_search_trends
  • "What tools exist for analyzing Instagram Reels?" β†’ calls clipwise_get_info with topic: "features"

What is Clipwise?

Clipwise is an AI platform for content creators, social media marketers, and agencies who work with short-form video.

Core features:

  • 🎬 Pre-publish video analysis β€” Hook/Pace/CTA/Quality scores with timestamped fixes
  • πŸ”₯ Trend research across 20+ countries
  • βœ‚οΈ Viral moments extractor for long-form video
  • πŸ•΅οΈ Competitor analysis on TikTok, YouTube, Instagram
  • πŸ€– AI Marketer with persistent brand memory
  • πŸ“… Content plan generator

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

Environment Variables

| 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) |

Local Development

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

Resources

Author

Created by Oleksandr Petrov (ΠžΠ»Π΅ΠΊΡΠ°Π½Π΄Ρ€ ΠŸΠ΅Ρ‚Ρ€ΠΎΠ²) β€” indie maker and TikTok creator from Vinnytsia, Ukraine.

Contributing

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.

License

MIT β€” see LICENSE

---

Built with Model Context Protocol Β· Anthropic SDK

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.