
Mistral AI Docs MCP
Unofficial. Not affiliated with Mistral AI.
Paste into your MCP client
https://mistral-docs-mcp.vercel.app/mcp
Connect an MCP client
Paste the URL into any MCP client.
Exact snippet for each of the common ones.
# One command in your terminal:
claude mcp add --transport http mistral-docs https://mistral-docs-mcp.vercel.app/mcp
Run locally
Or run the whole thing on your machine.
Clone, install, build, start. Then point your client at the localhost URL instead of the Vercel one.
git clone https://github.com/nikhilbhima/mistral-ai-docs-mcp-server cd mistral-ai-docs-mcp-server npm install && npm run build && npm start
Server runs on http://localhost:3000/mcp. Needs Node 18.18 or newer.
Your AI tools, meet the whole Mistral docs.
Once wired up, your agent reaches for the MCP on its own for anything Mistral-specific. No need to mention the tool by name.
Try asking your AI client:
- “What connectors can I use with Mistral Agents, and what does each one do?”
- “What is the exact request and response schema for Mistral’s Document AI annotations endpoint?”
- “How do Agent Handoffs work? Give me a working code example where one agent delegates to another.”
- “For each currently available Mistral model, show me the model ID, whether it is open-weight or commercial, and a typical use case.”
- “Using Mistral’s Python SDK, show me a complete streaming chat completion example with function calling enabled.”