Skip to content
Cursor

mistral mcp for Cursor

io.github.swih/mistral-mcp

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

client:Cursor transport:stdio runtime:npm

Install mistral mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mistral-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mistral-mcp"
      ],
      "env": {
        "MISTRAL_API_KEY": "<MISTRAL_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mistral mcp in other clients