Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables AI assistants to interact with the full Mistral AI API, including chat completion, embeddings, fine-tuning, OCR, audio transcription, and more.

README.md

Mistral MCP Server

A comprehensive MCP (Model Context Protocol) server providing full access to the Mistral AI API. This server enables AI assistants like Claude to interact with all Mistral AI capabilities including chat completion, embeddings, fine-tuning, agents, OCR, audio transcription, and more.

Features

Chat & Completion

  • Chat Completion - Full chat with function calling, JSON mode, vision support
  • FIM Completion - Fill-in-the-middle code completion with Codestral
  • Embeddings - Generate text embeddings for semantic search
  • Agents Completion - Run completions with pre-configured agents

Model Management

  • List all available models with capabilities
  • Get detailed model information
  • Delete fine-tuned models
  • Update, archive, and unarchive fine-tuned models

File Management

  • Upload files for fine-tuning, batch processing, or OCR
  • List, download, and delete files
  • Generate signed URLs for file access

Fine-Tuning

  • Create fine-tuning jobs with customizable hyperparameters
  • Monitor job status and progress
  • Support for dry-run validation
  • Cancel and start jobs

Batch Processing

  • Create batch jobs for bulk API calls
  • Monitor job progress and status
  • Support for chat, embeddings, and FIM endpoints

Media Processing

  • OCR - Extract text from documents and images
  • Content Moderation - Check text and chat for safety issues
  • Classification - Classify text with fine-tuned classifiers
  • Audio Transcription - Transcribe audio with Voxtral

Agents & Conversations (Beta)

  • Create and manage agents with custom instructions
  • Manage conversations with agents
  • Full conversation history support

Libraries (Beta)

  • Create document libraries for RAG
  • Upload and manage documents
  • Share libraries with users and workspaces

Installation

# Clone the repository
git clone https://github.com/firstcastsolutions/mistral-mcp-server.git
cd mistral-mcp-server

# Install dependencies
npm install

# Build the project
npm run build

Configuration

Set the required environment variable:

export MISTRAL_API_KEY="your-mistral-api-key"

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mistral": {
      "command": "node",
      "args": ["/path/to/mistral-mcp-server/dist/index.js"],
      "env": {
        "MISTRAL_API_KEY": "your-api-key"
      }
    }
  }
}

Standalone

export MISTRAL_API_KEY="your-api-key"
npm start

Available Tools (40+)

  • Chat completion, FIM, embeddings, agents
  • Model management (list, get, delete)
  • File management (upload, download, delete)
  • Fine-tuning jobs
  • Batch processing
  • OCR, moderation, classification
  • Audio transcription
  • Agents and conversations (Beta)
  • Document libraries (Beta)

License

MIT - First Cast Solutions LLC

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.