auto-skill-loader
About
Auto-loads skills into agent sessions. MiniMax vision and search proxy.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MINIMAX_TOKEN_PLAN_KEYClaude Code
claude mcp add --env MINIMAX_TOKEN_PLAN_KEY= auto-skill-loader -- uvx auto-skill-loader
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"auto-skill-loader","command":"uvx","args":["auto-skill-loader"],"env":{"MINIMAX_TOKEN_PLAN_KEY":""}}'
JSON
{
"mcpServers": {
"auto-skill-loader": {
"command": "uvx",
"args": [
"auto-skill-loader"
],
"env": {
"MINIMAX_TOKEN_PLAN_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.