Platform

MCP (Model Context Protocol)

MCP is an open protocol that lets AI assistants call external tools. An MCP server exposes capabilities — like generating a video — that ChatGPT, Claude or a coding agent can invoke in conversation.

Servers speak JSON-RPC over HTTP or stdio; clients list the tools and call them with structured arguments.

On eroq

https://eroq.ai/mcp exposes generate_image, generate_video, generate_speech, enhance_prompt and discovery tools to ChatGPT, Claude, Claude Code, Cursor and Codex; the CLI runs a local stdio server too.

Questions

How do I connect eroq to ChatGPT?

Settings → Connectors → Create, with your personal MCP URL from the dashboard.