# 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.

## FAQ

### How do I connect eroq to ChatGPT?

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

## Related

- https://eroq.ai/docs/mcp — MCP & CLI docs
- https://eroq.ai/blog/generate-ai-video-inside-chatgpt-and-claude — MCP guide

---

This page as HTML: https://eroq.ai/glossary/model-context-protocol · Studio: https://eroq.ai/studio · Docs: https://eroq.ai/docs · Machine index: https://eroq.ai/llms.txt
