mistral for Claude Desktop
io.usefulapi/mistral
Manage your Mistral platform — models, files, batch jobs, agents and RAG document libraries.
client:Claude Desktop
transport:streamable-http
tools:15
Install mistral in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mistral": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mistral.usefulapi.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop 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