# EricLBuehler/mistral.rs | Model Context Protocol (MCP) Server > Fast, flexible LLM inference - **Stars**: ⭐ 7,513 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mistral.rs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mistral.rs" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mistral.rs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mistral.rs" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mistral.rs` - **Docker**: `docker run -i --rm mcp/mistral.rs`