
Mistral Mcp
Wire Mistral’s chat, vision, OCR, audio, Codestral FIM, agents, and batch APIs into your MCP host as one multi-tool server.
Overview
mistral-mcp is an MCP server for the Build phase that exposes Mistral AI chat, OCR, audio, Codestral FIM, vision, agents, and batch APIs to your agent.
What is this MCP server?
- Mistral chat and agent tooling over MCP stdio (npm package mistral-mcp v0.8.2)
- Document OCR and image vision pipelines for screenshots and PDFs
- Voxtral audio and Codestral fill-in-the-middle for voice and in-editor code completion flows
- Batch job surface for higher-volume inference workflows
- Requires MISTRAL_API_KEY; Experiment tier documented at 1B tokens/month on console.mistral.ai
- Published server version 0.8.2
- Seven advertised capability areas: chat, OCR, Voxtral audio, Codestral FIM, vision, agents, batch
- Required secret env var: MISTRAL_API_KEY
Community signal: 9 GitHub stars.
What problem does it solve?
Builders waste time hand-rolling HTTP calls to Mistral for every modality instead of giving the agent one consistent tool surface.
Who is it for?
Developers building agent features or multimodal workflows who already use Mistral and want MCP-native access from Claude Code or Cursor.
Skip if: Anyone who only needs occasional chat completions and prefers a single REST script with no MCP setup.
What do I get? / Deliverables
After registration, your agent can invoke Mistral capabilities through MCP tools for coding, vision, OCR, audio, and batch jobs from the same config.
- Unified MCP tools for Mistral chat, vision, OCR, audio, FIM, agents, and batch
- Agent-driven multimodal processing without custom HTTP clients
- Configurable path to Mistral Experiment tier usage
Recommended MCP Servers
Journey fit
Build is the primary shelf because the server is for extending the product and agent stack with Mistral models and modalities during implementation. Agent-tooling fits a npm stdio MCP that bundles many Mistral endpoints for codegen, multimodal tasks, and orchestration.
How it compares
MCP gateway to Mistral’s API suite, not a replacement for your host’s default Claude or OpenAI model.
Common Questions / FAQ
Who is mistral-mcp for?
Indie builders and small teams wiring Mistral models—including Codestral, vision, and OCR—into MCP-enabled coding agents.
When should I use mistral-mcp?
Use it during Build when you need agent-callable Mistral chat, FIM, vision, OCR, Voxtral audio, agents, or batch endpoints inside your dev environment.
How do I add mistral-mcp to my agent?
Install the npm package mistral-mcp, set MISTRAL_API_KEY in your MCP server environment, add the stdio server block to your host config, and reload tools.