Install
openclaw skills install mistral-mcp-openclawConfigure 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.
openclaw skills install mistral-mcp-openclawCreated 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.
MISTRAL_API_KEY in your environmentmistral-mcp installed from npmInstall 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
Use this skill for workflows where the agent needs a Mistral-specific tool, not just a chat model:
mistral-mcp package before installing it if you operate in a sensitive workspace. Source: https://github.com/Swih/mistral-mcp.