π¦ ClawHub
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...
βοΈ 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
TERMINAL
clawhub install mistral-mcp-openclaw