Agentskill Sh MCP MCP Server

MCP server for agentskill.sh — search, discover, and install AI agent skills

Local serverstdio

What is the Agentskill Sh MCP MCP server?

Most file and storage access work still happens through a UI a human drives. Agentskill Sh MCP MCP server moves it into the conversation instead. MCP server for agentskill.sh — search, discover, and install AI agent skills.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • Search — "Find skills for SEO optimization"
  • Filter — "Search for marketing skills with security score above 80"
  • Browse — "Show me trending skills for Claude Code"
  • Skillsets — "Browse curated skillsets for frontend development"
  • Rate — "Rate compound-engineering/frontend-design 5/5"
  • Updates — "Check for updates on my installed skills"
  • search_skills — Search skills by keyword with platform, category, and security score filters
  • get_skill — Get full details including SKILL.md, security analysis, and quality review
  • install_skill — Install a skill to the local skills directory with security checks
  • get_trending — Get hot (24h), trending (7d), top (all time), or latest skills
  • browse_skillsets — Browse curated skill collections bundled by workflow or role
  • install_skillset — Install all skills from a skillset at once

Getting it running

The server ships on npm as agentskill-mcp, 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.

How it compares

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agentskill Sh MCP's toolset — Search, Filter, Browse and 11 more — is a fair guide to whether it matches your workflow. It is maintained by agentskill-sh; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • 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 Agentskill Sh MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Search"Find skills for SEO optimization"
Filter"Search for marketing skills with security score above 80"
Browse"Show me trending skills for Claude Code"
Skillsets"Browse curated skillsets for frontend development"
Rate"Rate compound-engineering/frontend-design 5/5"
Updates"Check for updates on my installed skills"
search_skillsSearch skills by keyword with platform, category, and security score filters
get_skillGet full details including SKILL.md, security analysis, and quality review
install_skillInstall a skill to the local skills directory with security checks
get_trendingGet hot (24h), trending (7d), top (all time), or latest skills
browse_skillsetsBrowse curated skill collections bundled by workflow or role
install_skillsetInstall all skills from a skillset at once
rate_skillRate a skill 1-5 to help others discover the best skills
check_updatesCheck if installed skills have newer versions available

How to install the Agentskill Sh MCP MCP server

{
  "mcpServers": {
    "agentskill-sh": {
      "command": "npx",
      "args": ["-y", "agentskill-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Agentskill Sh MCP to Search.
  • Use Agentskill Sh MCP to Filter.
  • Use Agentskill Sh MCP to Browse.

Frequently asked questions

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