mcpbeat Sign in

Auto Skill Loader MCP Server

by divitkashyap Your server? Claim it
local only

Auto Skill Loader runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from pypi. Last commit 10 Apr 2026.

Auto-loads skills into agent sessions. MiniMax vision and search proxy.

Installs per day peak 24 · avg 9 · -15% w/w
a month agotoday
61
Installs / week
pypi · auto-skill-loader
0
Stars
0 open issues
10 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Auto Skill Loader every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add auto-skill-loader -- uvx auto-skill-loader
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "auto-skill-loader": {
      "args": [
        "auto-skill-loader"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.auto-skill-loader]
command = "uvx"
args = ["auto-skill-loader"]
.cursor/mcp.json
{
  "mcpServers": {
    "auto-skill-loader": {
      "args": [
        "auto-skill-loader"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "auto-skill-loader": {
      "args": [
        "auto-skill-loader"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MINIMAX_TOKEN_PLAN_KEY (MiniMax Token Plan API key from https://platform.minimax.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Auto Skill Loader

same job, measured the same way
Emulo
by ohad6k

Mine your local AI coding session logs into a profile your agent loads before every task.

84 installs/wk local only
SkillDB
by devchad-cmd

A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.

92 installs/wk answering
Skillmd
by skillmd

Search, fetch, lint, and install Agent Skills (SKILL.md) from the SkillMD registry.

397 installs/wk 5 tools answering
Sharebench
by sharebench

Sharebench — search & pull AI skills, agents, prompts & playbooks (SKILL.md) into any MCP client

2 tools answering
Hermes Atlas MCP
by ksimback

Search and fetch 100+ Hermes Agent tools, skills, plugins, and integrations from hermesatlas.com.

45 installs/wk local only
Loaditout
by loaditoutadmin

Search and install 20,000+ security-graded MCP servers and agent skills.

36 installs/wk local only
pond
by tenequm

Lossless archive and search for AI agent sessions across clients, exposed to agents over MCP.

local only
Skillselion
by skillselion

On-demand access to thousands of install-ranked Claude Code skills - search and load mid-task.

78 installs/wk local only

Auto Skill Loader — questions

Answers built from our own checks of this server.

Why is there no uptime for Auto Skill Loader?
Auto Skill Loader runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package auto-skill-loader was installed 61 times last week.
How do I connect Auto Skill Loader?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls auto-skill-loader straight from pypi; nothing to host, nothing to sign up for.
How many people use Auto Skill Loader?
The pypi package auto-skill-loader was installed 61 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Auto Skill Loader open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.