Mistral Mcp Openclaw
by @swih
Configure OpenClaw to use the community mistral-mcp stdio server for Mistral OCR, Codestral FIM, Voxtral audio, durable workflows, moderation, classification...
clawhub install mistral-mcp-openclawπ About This Skill
name: mistral-mcp-openclaw description: Configure OpenClaw to use the community mistral-mcp stdio server for Mistral OCR, Codestral FIM, Voxtral audio, durable workflows, moderation, classification, files, batch, and model/voice resources. version: 0.3.0 metadata: openclaw: requires: env: - MISTRAL_API_KEY bins: - openclaw - node - npm install: - kind: node package: mistral-mcp bins: - mistral-mcp primaryEnv: MISTRAL_API_KEY emoji: "π" homepage: https://github.com/Swih/mistral-mcp
Mistral MCP for OpenClaw
> Created by the maintainer of mistral-mcp. This is a community skill, not an official OpenClaw or Mistral integration.
Use this skill when you want OpenClaw to access Mistral capabilities beyond the built-in chat/model routing provider:
workflow_execute / status / interact)OpenClaw already includes a built-in Mistral provider for chat. This skill is for tool-level MCP access alongside that provider.
Requirements
MISTRAL_API_KEY in your environmentmistral-mcp installed from npmSetup
Install the MCP server package globally:
npm install -g mistral-mcp
Set your Mistral API key in your shell environment:
export MISTRAL_API_KEY="sk-..."
Register the stdio MCP server in OpenClaw:
openclaw mcp set mistral '{"command":"mistral-mcp","env":{"MISTRAL_API_KEY":"${MISTRAL_API_KEY}"}}'
Check the saved definition:
openclaw mcp show mistral --json
When to use it
Use this skill for workflows where the agent needs a Mistral-specific tool, not just a chat model:
Safety notes
mistral-mcp package before installing it if you operate in a sensitive workspace. Source: https://github.com/Swih/mistral-mcp.βοΈ Configuration
Install the MCP server package globally:
npm install -g mistral-mcp
Set your Mistral API key in your shell environment:
export MISTRAL_API_KEY="sk-..."
Register the stdio MCP server in OpenClaw:
openclaw mcp set mistral '{"command":"mistral-mcp","env":{"MISTRAL_API_KEY":"${MISTRAL_API_KEY}"}}'
Check the saved definition:
openclaw mcp show mistral --json