Mistral MCP
UnclaimedFull Mistral AI MCP server — OCR, Voxtral audio, Codestral FIM, durable workflows, document extraction — for Claude Code, Cursor, Windsurf, Zed, Mistral Connectors
Install
claude mcp add mistral -- npx -y mistral-mcp@latestUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
codestral_fim
Fill-in-the-middle code completion (Codestral model).
connectors_call_tool
Invoke a connector's tool — real MCP CallToolResult passthrough.
connectors_get
Fetch one connector's public metadata (never credentials).
connectors_list
Discover Mistral Connectors (MCP/HTTP integrations) visible to the caller.
connectors_list_tools
List the MCP tools a connector exposes, with their input schema.
mistral_chat
Chat completion. Supports all Mistral models, responseformat, reasoningeffort for Magistral.
mistral_ocr
Document AI — extract text, bbox, and JSON annotations from PDFs/images. Pass includeBlocks: true for OCR 4 paragraph-level blocks (text/title/table/image/equation/... with bounding boxes).
mistral_vision
Multimodal chat with images (URL or base64).
process_document
Single-call macro-tool: OCR → classify (kind=auto) → typed extraction → validation → cache. Kinds: contract / invoice / iddocument / generic. Returns a discriminated union. PII-safe cache (iddocument auto-bypass). Configurable minOcrConfidence.
voxtral_transcribe
Audio → text. Pass diarize: true for speaker separation.
workflow_execute
Start a Mistral Workflow (Temporal-backed durable execution).
workflow_interact
Signal / query a running workflow. Used for human-in-the-loop checkpoints.
workflow_status
Poll a running workflow — returns RUNNING \