PluginBench
MCP Server

io.github.Sidsaladi9/getskills MCP Server

io.github.Sidsaladi9/getskills

What is the io.github.Sidsaladi9/getskills MCP server?

Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.

How to install io.github.Sidsaladi9/getskills

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "getskills": {
      "command": "npx",
      "args": [
        "-y",
        "getskills-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "getskills": {
      "command": "npx",
      "args": [
        "-y",
        "getskills-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "getskills": {
      "command": "npx",
      "args": [
        "-y",
        "getskills-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "getskills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "getskills-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add getskills -- npx -y getskills-mcp

Related MCP servers

Search 1,000+ battle-tested AI prompts from getprompts.org into Claude Code, Cursor, ChatGPT.

View repository →