Mistral AI
Freeby AI Labs
European open-weight models with strong performance and efficiency.
v1.0.0Added Feb 14, 2025
mistralopen-weightllm
Mistral AI MCP Server
European open-weight models with strong performance and efficiency.
Features
- Chat completions
- Embeddings
- Function calling
- Mistral Large
- Codestral
Installation
{
"mcpServers": {
"mistral": {
"command": "npx",
"args": ["-y", "mcp-mistral"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-mistral
Add to claude_desktop_config.json
{
"mcpServers": {
"mistral-ai": {
"command": "npx",
"args": ["-y", "mcp-mistral"]
}
}
}