HomeCommunication › Clipwise

Clipwise

MCP server for Clipwise - AI tools for TikTok, Reels, and Shorts video creators.

TypeScript Cloud
★ 1 stars Last pushed 2026-05-17 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.1)

npx -y clipwise-mcp-server@1.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "clipwise-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "clipwise-mcp-server@1.1.1"
      ],
      "env": {
        "CLIPWISE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLIPWISE_API_KEY secret — Required only for clipwise_search_trends. Get a free key at https://tryclipwise.com/en/dashboard/account

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry