mcpbeat Sign in

Clipwise MCP Server

by mobileshop9991-star Your server? Claim it
local only

Clipwise runs on your own machine — the client starts it, so there is no endpoint to ping. 1 272 installs a week from npm. Last commit 17 May 2026.

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

Installs per day peak 24 · avg 7 · +16% w/w
a month agotoday
1 272
Installs / week
npm · clipwise-mcp-server
1
Stars
0 open issues
17 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Clipwise every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clipwise-mcp -- npx -y clipwise-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clipwise-mcp": {
      "args": [
        "-y",
        "clipwise-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clipwise-mcp]
command = "npx"
args = ["-y", "clipwise-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clipwise-mcp": {
      "args": [
        "-y",
        "clipwise-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clipwise-mcp": {
      "args": [
        "-y",
        "clipwise-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLIPWISE_API_KEY (Required only for clipwise_search_trends. Get a free key at https://tryclipwise.com/en/dashboard/account). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clipwise

same job, measured the same way
Brave DevTools MCP
by triuzzi

MCP server and CLI for Brave DevTools

664 installs/wk local only
AkTools MCP Server
by aahl

MCP Server for stock and crypto

301 installs/wk local only
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
Maker AI MCP
by rocnubie

Create product photos, product videos, and UGC-style ads for Shopify, Amazon, TikTok, and

local only
Qpost MCP
by arslan2012

MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

34 installs/wk answering
Jivosite MCP
by theyahia

MCP server for JivoSite API — chats, agents, visitors. 3 tools.

32 installs/wk local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Apple Shortcuts
by mindstone

MCP server for Apple Shortcuts via the macOS shortcuts CLI

43 installs/wk local only

Clipwise — questions

Answers built from our own checks of this server.

Why is there no uptime for Clipwise?
Clipwise runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package clipwise-mcp-server was installed 1 272 times last week.
How do I connect Clipwise?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clipwise-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Clipwise?
The npm package clipwise-mcp-server was installed 1 272 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clipwise open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.