mistral-mcp
Rank #4013glama/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
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.
Ranks ahead of 54,887 of 58,900 servers on MCP Toplist.
Use mistral-mcp
Add mistral-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
Listed on 2 registries
Swih
Available versions (6)
| Version | Published |
|---|---|
| 0.8.2 | May 6, 2026 |
| 0.8.0 | May 5, 2026 |
| 0.7.0 | Apr 30, 2026 |
| 0.6.0 | Apr 30, 2026 |
| 0.5.0 | Apr 28, 2026 |
| 0.4.2 | Apr 28, 2026 |
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.