PluginBench
MCP Server

io.github.shadowrootdev/awesome-agent-skills MCP Server

io.github.shadowrootdev/awesome-agent-skills

What is the io.github.shadowrootdev/awesome-agent-skills MCP server?

MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.

How to install io.github.shadowrootdev/awesome-agent-skills

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SKILLS_REPO_URL

    URL of the skills repository to sync from

  • SKILLS_CACHE_DIR

    Directory path for caching skills data

  • SKILLS_SYNC_INTERVAL

    Auto-sync interval in minutes (0 to disable)

  • LOG_LEVEL

    Logging level (debug, info, warn, error)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "awesome-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-agent-skills-mcp"
      ],
      "env": {
        "SKILLS_REPO_URL": "<YOUR_SKILLS_REPO_URL>",
        "SKILLS_CACHE_DIR": "<YOUR_SKILLS_CACHE_DIR>",
        "SKILLS_SYNC_INTERVAL": "<YOUR_SKILLS_SYNC_INTERVAL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "awesome-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-agent-skills-mcp"
      ],
      "env": {
        "SKILLS_REPO_URL": "<YOUR_SKILLS_REPO_URL>",
        "SKILLS_CACHE_DIR": "<YOUR_SKILLS_CACHE_DIR>",
        "SKILLS_SYNC_INTERVAL": "<YOUR_SKILLS_SYNC_INTERVAL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-agent-skills-mcp"
      ],
      "env": {
        "SKILLS_REPO_URL": "<YOUR_SKILLS_REPO_URL>",
        "SKILLS_CACHE_DIR": "<YOUR_SKILLS_CACHE_DIR>",
        "SKILLS_SYNC_INTERVAL": "<YOUR_SKILLS_SYNC_INTERVAL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "awesome-agent-skills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "awesome-agent-skills-mcp"
      ],
      "env": {
        "SKILLS_REPO_URL": "<YOUR_SKILLS_REPO_URL>",
        "SKILLS_CACHE_DIR": "<YOUR_SKILLS_CACHE_DIR>",
        "SKILLS_SYNC_INTERVAL": "<YOUR_SKILLS_SYNC_INTERVAL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add awesome-agent-skills --env SKILLS_REPO_URL=<YOUR_SKILLS_REPO_URL> --env SKILLS_CACHE_DIR=<YOUR_SKILLS_CACHE_DIR> --env SKILLS_SYNC_INTERVAL=<YOUR_SKILLS_SYNC_INTERVAL> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y awesome-agent-skills-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →