Unofficial MCP server for Mistral AI developer docs and API reference. One public URL, no auth, works in every MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mistral-ai-docs-mcp-": {
"command": "npx",
"args": [
"-y",
"nikhilbhima/mistral-ai-docs-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mistral-ai-docs-mcp- npx -y nikhilbhima/mistral-ai-docs-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mistral-ai-docs-mcp-": {
"command": "npx",
"args": [
"-y",
"nikhilbhima/mistral-ai-docs-mcp-server"
]
}
}
}