streamable-httpMITupdated 18d ago
Make videos and docs with ChatGPT, Claude, and Gemini.
What can you do with Clueso?
Clueso MCP
Make videos and docs with ChatGPT, Claude, and Gemini.
Clueso's MCP connects your favorite AI agents to a video creation engine. Just describe what you need — and every output stays fully editable, by you or AI.
No scripting, no API keys to manage, no terminal commands. This is a remote (hosted) MCP server: connect to the endpoint, authorize with your Clueso account, and start creating in about two minutes.
- Server URL:
https://connect.clueso.io/mcp - Transport: Streamable HTTP
- Auth: OAuth 2.0 (sign in to Clueso)
- Registry name:
io.clueso/video
Connect your MCP
Works with Claude, ChatGPT, Gemini, Cursor — or any MCP client.
- Claude / Claude Code: Settings → Connectors → Add custom connector →
https://connect.clueso.io/mcp→ authorize. - ChatGPT / Cursor / any other MCP client: add a custom connector pointing at the same URL; your client walks you through the OAuth sign-in.
Full setup guide: https://help.clueso.io/mcp-setup
What you can make
Create videos through conversation — product walkthroughs, feature announcements, tutorials, sales demos, training content, and customer onboarding videos. Your agent applies your brand guidelines automatically, so everything stays on-brand.
Edit anything, just by asking
Edit existing videos the same way — swapping assets, updating text, changing branding, trimming clips, adjusting transitions, and rearranging sections. Manage your entire library, all through conversation.
Example workflows
- Read a Linear ticket → produce a release video → post it to Slack
- Turn your top support tickets into explainer videos, auto-published to your help center
- "Localize my entire video library into French and Spanish" — in one instruction
- Turn a meeting recording into a polished recap in minutes
Links
- Homepage: https://www.clueso.io/mcp
- Setup: https://help.clueso.io/mcp-setup
- Privacy: https://www.clueso.io/legal/privacy
- Terms: https://www.clueso.io/legal/terms
For maintainers
Public anchor for Clueso's MCP listing across registries. Canonical metadata
lives in server.json, published to the
official MCP Registry as
io.clueso/video via DNS-authenticated publishing from the clueso.io domain.
Install
Add Clueso to your client. Pick the one you use.
claude mcp add --transport http clueso https://connect.clueso.io/mcpcodex mcp add clueso --url https://connect.clueso.io/mcp{
"mcpServers": {
"clueso": {
"url": "https://connect.clueso.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"clueso": {
"type": "http",
"url": "https://connect.clueso.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"clueso": {
"url": "https://connect.clueso.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"clueso": {
"serverUrl": "https://connect.clueso.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 10 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.2Latest | Aug 19, 2026 |
| 1.0.1 | Jul 10, 2026 |
| 1.0.0 | Jun 27, 2026 |