SERVER

mistral-mcp

Rank #4013

glama/Swih/mistral-mcp

mistral-mcp is a TypeScript MCP server (spec 2025-11-25) that exposes the full Mistral AI API surface: 22 tools: chat, OCR, audio (Voxtral), vision, agents, embeddings, moderation, classification, files, batch, sampling, FIM (Codestral), streaming 2 resources: mistral://models, mistral://voices 6 curated prompts (French + English) with MCP argument completion Dual transport: stdio (default) + Str

First listed
Apr 23, 2026
Last publish date
May 6, 2026
OVERVIEW

mistral-mcp is a Model Context Protocol (MCP) server published by Swih. It ranks #4013 of 58,900 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. mistral-mcp is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on May 6, 2026.

STANDING
#4,013of 58,900 tracked serversTop 10%

Ranks ahead of 54,887 of 58,900 servers on MCP Toplist.

CONNECT

Use mistral-mcp

Add mistral-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "mistral-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mistral-mcp"
      ],
      "env": {
        "MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 2 registries

ORGANIZATION

Swih

Organization
Total servers
1
Total versions
6
VERSIONS

Available versions (6)

VersionPublished
0.8.2May 6, 2026
0.8.0May 5, 2026
0.7.0Apr 30, 2026
0.6.0Apr 30, 2026
0.5.0Apr 28, 2026
0.4.2Apr 28, 2026
FAQ

Frequently asked questions

What is mistral-mcp?
mistral-mcp is a TypeScript MCP server (spec 2025-11-25) that exposes the full Mistral AI API surface: 22 tools: chat, OCR, audio (Voxtral), vision, agents, embeddings, moderation, classification, files, batch, sampling, FIM (Codestral), streaming 2 resources: mistral://models, mistral://voices 6 curated prompts (French + English) with MCP argument completion Dual transport: stdio (default) + Str
Who maintains mistral-mcp?
mistral-mcp is maintained by Swih, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
Is mistral-mcp an official MCP server?
Yes — mistral-mcp is listed on the Official MCP Registry, alongside Glama.
How many versions does mistral-mcp have?
MCP Toplist tracks 6 versions of mistral-mcp, most recently published on May 6, 2026.
Where can I find the source code for mistral-mcp?
The source code for mistral-mcp is hosted at github.com/Swih/mistral-mcp.
EXPLORE