Download for macOS
Developer resources

omgskills developer resources

Connect agents to the live omgskills catalog, run the MCP server locally, or read the public library data directly.

Hosted MCP

Connect to the live catalog

The hosted server is public, read-only, and requires no authentication. Add this server URL to an MCP client:

https://omgskills.com/mcp

Available tools: search_skills, get_skill, list_trending, list_gold_basket, and list_by_author.

Local MCP

Run from npm

Use the published package with any client that can launch a local MCP process:

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

The MCP tools only read public catalog data. They do not install skills, write files, run shell commands, or receive private skill content.