The whole document team, inside Claude, ChatGPT, and your agent tools
EM+X is a remote MCP (Model Context Protocol) server. Connect it once and the AI chat you already work in can brief, generate, refine, preview, and download finished, on-brand presentations and documents — without you switching surfaces. Every generation runs the same deterministic quality gates and partner review as the web app, and the result is the same native .pptx or .docx built on your template's own masters.
Connector URL
https://emplusx.com/api/mcp
Authorization uses your EM+X sign-in over OAuth 2.1 — no API keys. The free tier works over MCP, so you can try the whole loop without a card.
What your agent can do
- Brief from conversation. The agent assembles the brief from what you've already discussed; you confirm it instead of retyping it, and a sufficiency check asks for what's genuinely missing.
- Generate through the quality loop. Deterministic checks for brand fidelity, layout collisions, unsupported numbers, and naming — then an independent partner review against your brief, with automatic revision before you see version one.
- Interactive panel, in the chat. A live preview pager with a build checklist, fullscreen present mode, a version scrubber with side-by-side compare, and your project portfolio — rendered inside the conversation.
- Templates and style. Upload a brand template via a secure link, or clone the style of an existing project onto a new one.
- Account, without leaving chat. Check your plan and usage, and upgrade via checkout — the panel notices when the new allowance lands.
- Download the real file. Expiring, integrity-checked links to the finished
.pptxor.docx.
Connect from Claude
- In claude.ai (or the Claude desktop app), open Settings → Connectors.
- Choose Add custom connector and paste the connector URL below.
- Sign in to EM+X when the authorization screen appears (create a free account if you don't have one).
- Ask Claude for a document. The brief assembles itself from your conversation; you confirm it instead of retyping it.
Connect from ChatGPT
- In ChatGPT, open Settings → Plugins and enable Developer mode if prompted (on some plans it lives under Settings → Security and login).
- Back in Plugins, choose MCP → Add → Add MCP Server and paste the connector URL below.
- Authorize with your EM+X sign-in, then ask for a deck or document in the conversation.
Connect from Cursor or another MCP client
Point any MCP-over-HTTP client at the connector URL. For clients configured by file:
{
"mcpServers": {
"emplusx": { "url": "https://emplusx.com/api/mcp" }
}
}Security model
- OAuth 2.1 with dynamic client registration; tokens are audience-bound to the EM+X server and never passed through to anything else.
- Every request is ownership-checked against your account — an agent can only reach your projects.
- Download links are signed capability URLs that expire in minutes and re-verify the file's digest byte-for-byte.
- Your content is never used to train models — same policy as the web app. Details on the security page.
Questions
What is the EM+X MCP connector URL?
The EM+X connector URL is https://emplusx.com/api/mcp. Add it as a custom connector in any MCP-capable client; authorization runs through your EM+X sign-in (OAuth 2.1), with no API keys to manage.
Is the MCP connector free to use?
Yes. The connector works on every plan, including the free tier (one generation plus five revisions per month). Your plan's allowance is shared across the web app and MCP - it is the same account and the same team.
Which AI tools can connect to EM+X?
Any MCP-capable client: Claude (web and desktop), ChatGPT where connectors are supported on your plan, Cursor, and other agent tools that speak the Model Context Protocol over HTTP.
What can an agent actually do over MCP?
Everything the web app can: assemble a brief from the conversation, propose a storyline for approval, generate the document through the full quality-gate stack and partner review, refine it by prompt, preview pages in an interactive panel, compare versions side by side, manage brand templates, and mint expiring download links for the finished .pptx or .docx.