MCP Server
MCP
io.github.thestockgoatballs/clipspeed-mcp
Turn any video or livestream into scored, captioned, ready-to-post vertical clips.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.clipspeed.ai/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "clipspeed-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ClipSpeed API key (csai_live_...), from https://www.clipspeed.ai/dashboard/api-key/",
"isRequired": true,
"isSecret": true,
"name": "CLIPSPEED_API_KEY"
},
{
"description": "API base URL. Defaults to https://api.clipspeed.ai",
"default": "https://api.clipspeed.ai",
"name": "CLIPSPEED_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment