mistral for Grok
io.usefulapi/mistral
Manage your Mistral platform — models, files, batch jobs, agents and RAG document libraries.
client:Grok
transport:streamable-http
tools:15
Install mistral in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mistral": {
"type": "http",
"url": "https://mistral.usefulapi.io/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok can do once it is connected
- mistral_list_models
- mistral_get_model
- mistral_list_files
- mistral_get_file
- mistral_get_file_url
- mistral_list_batch_jobs
- mistral_get_batch_job
- mistral_list_agents
- mistral_get_agent
- mistral_list_libraries
- mistral_get_library
- mistral_list_library_documents
- mistral_create_agent
- mistral_cancel_batch_job
- mistral_delete_file