Skip to main content
Glama
agentskill-sh

agentskill-mcp

AgentSkill MCP Server

MCP server for agentskill.sh — search, discover, and install AI agent skills from the largest skills directory (44k+ skills).

Tools

Tool

Description

search_skills

Search for skills by keyword, filter by platform

get_skill

Get full details for a skill including SKILL.md content

install_skill

Install a skill to the local skills directory

get_trending

Get hot, trending, or top skills

Installation

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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

Cursor

Add to .cursor/mcp.json:

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

Claude Code

claude mcp add agentskill -- npx -y agentskill-mcp

Windsurf / Cline / Other MCP Clients

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

Usage Examples

Once connected, your AI agent can:

  • Search: "Find skills for SEO optimization"

  • Browse: "Show me trending skills for Claude Code"

  • Install: "Install the seo-optimizer skill"

  • Details: "Get details for the react-best-practices skill"

Supported Platforms

Skills are available for Claude Code, Cursor, GitHub Copilot, Windsurf, Codex, Gemini CLI, and more.

License

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentskill-sh/agentskill-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server