Mistral MCP

mistral-mcp exposes the full Mistral AI API as a set of MCP tools, resources, and prompts. An MCP client (Claude Code, Cursor, etc.) can call mistral_ocr to extract text from a PDF, voxtral_transcribe to transcribe a meeting recording, or workflow_execute to start a durable multi-step process - all without leaving the agent loop. Its 13 documented tools cover connectors, mistral, workflow.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-01 · ★ 15 · #29 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Mistral MCP

before you install - you'll need

Set MISTRAL_API_KEY before connecting. MISTRAL_MCP_PROFILE is optional or environment-specific per the README.

Claude Code

claude mcp add swih-mistral-mcp -- npx -y mistral-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "swih-mistral-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mistral-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mistral-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Swih is GitHub-verified and matches the repo owner

03 · What Mistral MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can start a Mistral Workflow (Temporal-backed durable execution), fetch one connector's public metadata (never credentials), and list the MCP tools a connector exposes, with their input schema.

Capability map

Tools grouped from the project's README - what Mistral MCP lets an agent do.

Connectors

4 tools - e.g. Discover Mistral Connectors (MCP/HTTP integrations) visible to the caller.; Fetch one connector's public metadata (never credentials).; List the MCP tools a connector exposes, with their input schema.

connectors_list · connectors_get · connectors_list_tools · connectors_call_tool

Mistral

3 tools - e.g. Chat completion. Supports all Mistral models, response_format, reasoning_effort for Magistral.; Multimodal chat with images (URL or base64).; Document AI - extract text, bbox, and JSON annotations from…

mistral_chat · mistral_vision · mistral_ocr

Workflow

3 tools - e.g. Start a Mistral Workflow (Temporal-backed durable execution).; Poll a running workflow - returns RUNNING \; Signal / query a running workflow. Used for human-in-the-loop checkpoints.

workflow_execute · workflow_status · workflow_interact

Codestral

1 tool - e.g. Fill-in-the-middle code completion (Codestral model).

codestral_fim

Voxtral

1 tool - e.g. Audio → text. Pass diarize: true for speaker separation.

voxtral_transcribe

Process

1 tool - e.g. Single-call macro-tool: OCR → classify (kind=auto) → typed extraction → validation → cache. Kinds: contract / invoice / id_document / generic. Returns a discrim

process_document

Latest releases

v0.8.2 · 2026-05-06

server no longer exits on · missing MISTRAL_API_KEY. Glama/Smithery sandbox builds and any introspection flow can now enumerate tools without credentials. Tool · calls still fail cleanly with a 401 from Mistral when no…

v0.8.0 · 2026-05-05

Highlights · process_document macro-tool - single-call OCR + typed extraction (contract / invoice / id_document / generic). · PII-safe cache - id_document auto-bypass with two-layer safeguard. · metier-docs profile…

v0.7.0 · 2026-04-30

What's new · 6 new Claude Code skills (claude-plugin/skills/) · Stateless (Mistral-native): · contract-analyzer - mistral_ocr → mistral_chat (mistral-large-latest + json_schema) → risk-rated clause extraction…

04 · Who maintains Mistral MCP

mistral-mcp is maintained by swih. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
communication - ranked #29 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.Swih/mistral-mcp (active, first published 2026-04-28 · 7 versions)
packages
npm:mistral-mcp

06 · Mistral MCP FAQ

Is Mistral MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-01. We re-verify nightly.

What can Mistral MCP do?

With this server connected, an agent can start a Mistral Workflow (Temporal-backed durable execution), fetch one connector's public metadata (never credentials), and list the MCP tools a connector exposes, with their input schema.

How do I install Mistral MCP?

Run `npx -y mistral-mcp`. The README documents 2 environment variables (MISTRAL_API_KEY, MISTRAL_MCP_PROFILE) to set first. Set MISTRAL_API_KEY before connecting. MISTRAL_MCP_PROFILE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Mistral MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mistral MCP

More communication MCP servers · Synapbus · Teamwork MCP Server · Squad · NeuroDock Translation · Tokenrip

More TypeScript MCP servers · CloakBrowser MCP · Koma Core MCP · Koma Gate MCP · Image Reader MCP · PDF Reader MCP · see all