AI Glot websiteOpen AI Glot
MCPConnect AI Glot with MCP

Connect AI Glot with MCP

Connect ChatGPT, Claude, Cursor or another Streamable HTTP MCP client to AI Glot using OAuth and choose the appropriate server mode.

MCP lets an AI assistant inspect and organise your AI Glot workspace through explicit tools and permissions.

Choose a server

ServerURLBest for
Standard MCPhttps://mcp.ai-glot.com/mcpBroad client compatibility and visible task-shaped tools
MCP Code Modehttps://mcp.ai-glot.com/mcp/codeAgents that can search the API contract and execute bounded multi-step JavaScript

Start with the standard server. Code Mode is an advanced alternative, not a required upgrade.

Authentication

OAuth 2.1 is recommended. The client opens AI Glot, you choose the workspace and approve scopes, and the resulting connection is limited by your member access. API-key bearer authentication is also supported for clients or bridges that need it.

Connect a client

In Claude or Claude Desktop, open Settings → Connectors, choose Add custom connector, paste https://mcp.ai-glot.com/mcp, then connect and approve access in AI Glot. Team and Enterprise workspaces may require an owner to add the organization connector first.

Custom MCP apps currently use ChatGPT developer mode. An eligible workspace admin enables developer mode, opens Settings → Apps → Create, supplies https://mcp.ai-glot.com/mcp, scans the tools and completes OAuth. Availability and approval controls depend on the ChatGPT plan.

Add a remote Streamable HTTP server in Cursor’s MCP settings or .cursor/mcp.json, using https://mcp.ai-glot.com/mcp, then complete OAuth. Project config lives at .cursor/mcp.json; global config lives at ~/.cursor/mcp.json.

Install the AI Glot CLI, authenticate it, then configure the client to run aiglot mcp. The CLI bridges local stdio to the remote HTTP server.

Client interfaces and plan availability change independently of AI Glot. For the latest UI, use the official Claude connector guide, ChatGPT MCP guide, or Cursor MCP guide.

Try it

text
Check which AI Glot workspace you are connected to and tell me its current credit balance.
text
List completed, non-archived translations and give me download links for the five newest ones.
text
Add “checkout” → “commande” to the English-to-French glossary without changing any other terms.

Use these docs with your AI tools

An AI agent can read this documentation directly. You do not need an account or an API key. Everything here is public and read-only.

Query these docs via MCP

Recommended

Add this server to Claude, Claude Code, Cursor, Mistral, or any tool that supports MCP. Your agent can then search AI Glot Docs documentation and read it in full, instead of answering from memory.

https://ai-glot.com/docs/mcp
  • searchFind the passages that answer a question.
  • fetchRead one page in full, as Markdown.
  • list_pagesSee every page in this documentation.

Query these docs over HTTP

The same tools also work as plain web requests. Use this for scripts, or for any tool that does not support MCP. There is one endpoint per tool. Arguments go in the query string, and the answer comes back as JSON.

https://ai-glot.com/docs/api/docs/search?query=custom+domain

Read the OpenAPI description. It is built from the same definitions as the tools, so it always matches what the endpoints do.

Read these docs as Markdown

Add .md to any page URL to get its Markdown source. You can also send the headerAccept: text/markdown to the page URL itself.

To read the whole documentation in one file, open llms-full.txt. For a short index of every page, open llms.txt.