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

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:

  • Show me every API endpoint that accepts a response_format parameter.
  • 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.