| Name | Key | Plan | Today | Created | |
|---|---|---|---|---|---|
| Loading keys⦠| |||||
One command β it locates your Claude Desktop config, adds ClipSpeed, and prompts for your key. Then quit and reopen Claude Desktop.
npx clipspeed-mcp@1.0.0 install1. Add the server:
claude mcp add clipspeed -- npx -y clipspeed-mcp@1.0.02. Export your key in the same shell (or add it to your shell profile):
export CLIPSPEED_API_KEY=<YOUR_KEY>Add this to your MCP config (Cursor: .cursor/mcp.json Β· Cline / Windsurf: their MCP settings JSON), then reload the window.
{
"mcpServers": {
"clipspeed": {
"command": "npx",
"args": ["-y", "clipspeed-mcp@1.0.0"],
"env": {
"CLIPSPEED_API_KEY": "<YOUR_KEY>"
}
}
}
}No local install β connect Claude Code straight to our hosted MCP over HTTP. (Streaming clips to your disk needs the npm package above; hosted is great for clipping, discovery, and scheduling.)
claude mcp add --transport http clipspeed https://api.clipspeed.ai/mcp --header "Authorization: Bearer <YOUR_KEY>"Want Claude to publish for you?
To let Claude schedule and post clips to your socials (TikTok, YouTube, Instagram, X, LinkedIn), connect those accounts once in the Scheduler in the app. After that, the schedule_post tool posts on your behalf.