Production-ready Mistral AI skills for developers and enterprises
50 skills available
One config line gives Claude and Cursor direct access to all 31 Mistral AI skills — no copy-paste, no context switching.
list_skills — Discover and filter available skills by categoryget_skill — Get full parameter docs for any skillrun_skill — Execute any skill and stream results backAdd to claude_desktop_config.json or .cursor/mcp.json
{
"mcpServers": {
"mistral-skills": {
"command": "npx",
"args": ["-y", "@hyperion/mistral-skills-mcp"],
"env": { "MISTRAL_API_KEY": "your-key" }
}
}
}