HomeOther › mistral-mcp

mistral-mcp

Mistral AI MCP server: chat, OCR, Voxtral audio, Codestral FIM, vision, agents, batch.

TypeScript Cloud macOSWindowsLinux
★ 15 stars Last pushed 2026-09-22 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mistral-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MISTRAL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • MISTRAL_API_KEY required secret — Mistral API key from https://console.mistral.ai/. The free Experiment tier provides 1B tokens/month.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry