Loaditout MCP Server

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

Local serverstdio

What is the Loaditout MCP server?

Loaditout MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Search and install 20,000+ security-graded MCP servers and agent skills.

What you get

An MCP server for discovering, security-grading, and installing AI agent skills from Loaditout.

What the assistant can call

Once Loaditout is connected, these are the calls the assistant has available:

  • search_skills — Search 20,000+ MCP servers and agent skills by keyword
  • smart_search — Personalized search with history and preferences applied
  • get_skill — Get full details, security grade, and install config for a specific skill
  • install_skill — Get platform-specific install configuration for any skill
  • install_batch — Install multiple skills at once (up to 20)
  • install_pack — Install an entire curated pack (e.g., research-agent, data-engineer)
  • recommend_skills — Get skill recommendations based on your project context
  • check_capability_gap — Analyze what tools you need for a specific task
  • list_categories — Browse skills by category
  • validate_action — Check if an action on a skill is safe before executing
  • report_skill_usage — Report whether a skill worked correctly
  • flag_skill — Report problematic or unsafe skills

Setting it up

The server ships on npm as loaditout-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Choosing this one

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Loaditout's toolset — search_skills, smart_search, get_skill and 11 more — is a fair guide to whether it matches your workflow. It is maintained by loaditoutadmin; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Loaditout's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Loaditout.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the loaditout mcp server does with a few real requests.

Available tools

ToolWhat it does
search_skillsSearch 20,000+ MCP servers and agent skills by keyword
smart_searchPersonalized search with history and preferences applied
get_skillGet full details, security grade, and install config for a specific skill
install_skillGet platform-specific install configuration for any skill
install_batchInstall multiple skills at once (up to 20)
install_packInstall an entire curated pack (e.g., research-agent, data-engineer)
recommend_skillsGet skill recommendations based on your project context
check_capability_gapAnalyze what tools you need for a specific task
list_categoriesBrowse skills by category
validate_actionCheck if an action on a skill is safe before executing
report_skill_usageReport whether a skill worked correctly
flag_skillReport problematic or unsafe skills
save_memorySave key-value pairs to persistent agent memory
recall_memoryRetrieve previously saved memories

How to install the Loaditout MCP server

{
  "mcpServers": {
    "loaditout": {
      "command": "npx",
      "args": ["-y", "loaditout-mcp-server"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Loaditout to search skills.
  • Use Loaditout to smart search.
  • Use Loaditout to get skill.

Frequently asked questions

It connects Loaditout to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (search_skills, smart_search, get_skill, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Loaditout directly.