mistral-mcp
Rank #3,871io.github.Swih/mistral-mcp
Mistral AI MCP server: chat, OCR, Voxtral audio, Codestral FIM, vision, agents, batch.
mistral-mcp is a Model Context Protocol (MCP) server published by swih. It ranks #3,871 of 132,046 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. mistral-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Apr 16, 2026 and most recently updated on May 6, 2026.
Ranks ahead of 128,175 of 132,046 servers on MCP Toplist.
Use mistral-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mistral-mcp -e "MISTRAL_API_KEY=<your MISTRAL_API_KEY>" -- npx -y mistral-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mistral-mcp]
command = "npx"
args = ["-y", "mistral-mcp"]
[mcp_servers.mistral-mcp.env]
MISTRAL_API_KEY = "<your MISTRAL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mistral-mcp": {
"command": "npx",
"args": [
"-y",
"mistral-mcp"
],
"env": {
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mistral-mcp": {
"command": "npx",
"args": [
"-y",
"mistral-mcp"
],
"env": {
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mistral-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mistral-mcp"
],
"env": {
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mistral-mcp": {
"command": "npx",
"args": [
"-y",
"mistral-mcp"
],
"env": {
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Swih%2Fmistral-mcp)<a href="https://mcptoplist.com/server/io.github.Swih%2Fmistral-mcp"><img src="https://mcptoplist.com/badge/io.github.Swih%2Fmistral-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
swih
Available versions (7)
| 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.3 | Apr 28, 2026 |
| 0.4.2 | Apr 28, 2026 |
Frequently asked questions
- Who maintains mistral-mcp?
- mistral-mcp is maintained by swih, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is mistral-mcp listed on the Official MCP Registry?
- Yes — mistral-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mistral-mcp have?
- MCP Toplist tracks 7 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.