How to integrate Mistral ai MCP with Codex

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Mistral ai logo
Codex logo
divider

Introduction

Codex is one of the most popular coding harnesses out there. And MCP makes the experience even better. With Mistral ai MCP integration, you can draft, triage, summarise emails, and much more, all without leaving the terminal or the app, whichever you prefer.

Also integrate Mistral ai with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • CodeAct: A dedicated workbench that allows GPT to write its code to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Large tool responses: Handle them to minimise context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so GPTs aren't overwhelmed by tools you don't need.

How to install Mistral ai MCP in Codex

Run the setup command

Run this command in your terminal to add the Composio MCP server to Codex.

Terminal

It will initiate the authentication in a browser window, authorize Codex to access your Composio account.

Composio authentication page

(Optional) Authenticate with OAuth

To authenticate manually, run the login command to open a browser window and authorize Codex to access your Composio account.

bash
codex mcp login composio

Verify the connection

Run codex mcp list to confirm Composio appears as a registered MCP server.

bash
codex mcp list

Codex App

Codex App follows the same approach as VS Code.

  1. Click ⚙️ on the bottom left → MCP Servers → + Add servers → Streamable HTTP:
  2. Fill the header and Key fields with { "x-consumer-api-key" = "ck_*******" }.
  3. The Key is the Composio API key, that you can find on dashboard.composio.dev
  4. Click on Authenticate and authorize Codex to your Composio account and you're all set.
Codex App MCP setup
  1. Restart and verify if it's there in .codex/config.toml
bash
[mcp_servers.composio]
url = "https://connect.composio.dev/mcp"
http_headers = { "x-consumer-api-key" = "ck_*******" }

What is the Mistral ai MCP server, and what's possible with it?

The Mistral ai MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Mistral ai account. It provides structured and secure access to your Mistral AI models, so your agent can perform actions like generating text, summarizing content, answering questions, extracting structured information, and handling advanced language tasks on your behalf.

  • Text generation and completion: Have your agent produce coherent, context-aware text responses, complete prompts, or generate creative content leveraging Mistral's advanced models.
  • Summarization and paraphrasing: Ask your agent to summarize lengthy documents or rephrase input text for improved clarity or brevity.
  • Question answering and information extraction: Let your agent answer questions, extract key facts, or pull structured data from unstructured content automatically.
  • Content classification and sentiment analysis: Enable your agent to categorize text, detect topics, or analyze sentiment to inform downstream workflows.
  • Conversational AI and dialogue management: Build rich, multi-turn conversations or chatbots that handle context, intent, and user queries seamlessly using Mistral's models.

Supported Tools & Triggers

Tools
Append to conversationTool to append new entries to an existing conversation in Mistral AI.
Create AgentTool to create a new AI agent with custom configuration (Beta).
Create Agents CompletionTool to generate completions using a Mistral AI agent with specific instructions and tools.
Create Audio TranscriptionTranscribe audio files to text using Mistral AI's Voxtral models.
Create Chat CompletionGenerate conversational responses from Mistral AI models.
Create Chat ModerationTool to classify chat content for moderation purposes across 9 categories.
Create EmbeddingsTool to generate vector embeddings for input text using Mistral AI embedding models.
Create FIM CompletionGenerate code completions using fill-in-the-middle functionality.
Create libraryTool to create a new document library.
Create library shareCreate or update sharing permissions for a library.
Create ModerationTool to classify text content for moderation purposes across 9 categories.
Create OCRExtract text and structured data from images and documents using Mistral AI's OCR capabilities.
Create or Update Agent AliasTool to create or update an agent version alias.
Delete agentPermanently deletes an agent by its ID (Beta feature).
Delete ConversationTool to delete a conversation by its ID (Beta).
Delete FileDelete a file by its ID from Mistral AI.
Delete libraryPermanently deletes a library and all of its documents from Mistral AI.
Delete library documentPermanently deletes a document from a Mistral AI library.
Delete library shareRemove sharing permissions for a library from a user, workspace, or organization.
Download FileDownload the content of a previously uploaded file from Mistral AI.
Get AgentTool to retrieve details of a specific Mistral AI agent by its ID.
Get Agent VersionRetrieve a specific version of an agent (Beta).
Get ConversationTool to retrieve details of a specific conversation.
Get Conversation HistoryRetrieve the full history of a conversation in Mistral AI.
Get Conversation MessagesRetrieve all messages from a Mistral AI conversation.
Get document extracted text URLRetrieve a signed URL to download the extracted text from a document in a Mistral AI library.
Get document signed URLGet a signed URL to download a document from a Mistral AI library.
Get Document StatusRetrieve the processing status of a document in a Mistral AI library.
Get Document Text ContentRetrieve the extracted text content of a specific document from a Mistral AI library (Beta).
Get File Signed URLGet a time-limited signed URL for downloading a file from Mistral AI.
List Fine Tuning JobsList fine-tuning jobs with optional filtering and pagination.
Get libraryRetrieve detailed information about a specific library.
Get Library DocumentRetrieve metadata for a specific document in a Mistral AI library.
Get ModelTool to retrieve detailed information about a specific Mistral AI model by its ID.
List agent aliasesRetrieve all aliases for an agent version.
List AgentsTool to list all configured agents (Beta).
List Agent VersionsList all versions of a specific agent.
List Batch JobsTool to retrieve a list of all batch jobs with optional filtering and pagination.
List ConversationsList all created conversations (Beta).
List FilesTool to list all files available to the user.
List librariesList all document libraries accessible to your organization.
List Library DocumentsList all documents in a Mistral AI document library.
List library sharesList all sharing permissions for a document library.
List ModelsTool to retrieve all available Mistral AI models including base models and fine-tuned models.
Reprocess documentReprocess a document in a Mistral AI library (Beta).
Restart ConversationTool to restart a conversation from a specific point (Beta).
Retrieve FileRetrieve metadata of a file uploaded to Mistral AI.
Start ConversationTool to start a new conversation with a Mistral AI agent or base model.
Update AgentTool to update an existing agent's configuration.
Update agent versionTool to update the current version of an agent (Beta).
Update libraryTool to update an existing document library's properties.
Update library documentUpdate the metadata of a document in a Mistral AI library.
Upload FileUpload a file to Mistral AI for use in fine-tuning, batch processing, or OCR.
Upload Library DocumentUpload a document to a Mistral AI library for use with RAG-enabled agents.

Conclusion

You've successfully integrated Mistral ai with Codex using Composio's MCP server. Now you can interact with Mistral ai directly from your terminal, VS Code, or the Codex App using natural language commands.

Key benefits of this setup:

  • Seamless integration across CLI, VS Code, and standalone app
  • Natural language commands for Mistral ai operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • CodeAct workbench for complex tool chaining

Next steps:

  • Try asking Codex to perform various Mistral ai operations
  • Explore cross-app workflows by connecting more toolkits
  • Build automation scripts that leverage Codex's AI capabilities

How to build Mistral ai MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Mistral ai MCP?

With a standalone Mistral ai MCP server, the agents and LLMs can only access a fixed set of Mistral ai tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Mistral ai and many other apps based on the task at hand, all through a single MCP endpoint.

Can I use Tool Router MCP with Codex?

Yes, you can. Codex fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Mistral ai tools.

Can I manage the permissions and scopes for Mistral ai while using Tool Router?

Yes, absolutely. You can configure which Mistral ai scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Mistral ai data and credentials are handled as safely as possible.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.