MCP
Connect Claude, ChatGPT, Gemini, Cursor, or your own support bot to Bingeable. Ask “how do I invite a teammate?”, reuse an existing walkthrough if you have one, or generate a new video and get back a public embed link.
Claude, ChatGPT, and other remote MCP clients connect over HTTPS. Sign in once, approve the scopes, and the agent can search your library and start renders.
MCP server URL
https://bingeable.ai/api/mcpClaude Desktop / remote MCP config
{
"mcpServers": {
"bingeable": {
"url": "https://bingeable.ai/api/mcp"
}
}
}Clients that only speak stdio can run the thin wrapper. It forwards to the same hosted server and uses the same OAuth login in the browser.
Cursor mcp.json
{
"mcpServers": {
"bingeable": {
"command": "npx",
"args": ["-y", "@bingeable/mcp"]
}
}
}/embed/{id} link and iframe snippet.