clipwise-mcp

clipwise-mcp

AI tools for short-form video creators (TikTok, Instagram Reels, YouTube Shorts, Facebook Reels) — viral trend search, video analysis info, content strategy use cases.

Category
Visit Server

README

Clipwise MCP Server

npm version License: 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.

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured