mistral.rs

GitHub

Fast, flexible LLM inference

7,513 stars Rust #llm#rust#uqff
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mistral.rs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mistral.rs"
      ]
    }
  }
}