← godofskills.com

INDIVIDUAL MCP TOOL

install_instructions

Get copy-paste commands to install a God of Skills skill into Claude Code, or to add the whole registry as an MCP server.

godofskills.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://godofskills.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for install_instructions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

godofskills.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.god-of-skills]
url = "https://godofskills.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "god-of-skills": {
      "type": "http",
      "url": "https://godofskills.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: god-of-skills
Remote MCP URL: https://godofskills.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "god-of-skills": {
      "url": "https://godofskills.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "god-of-skills": {
      "type": "http",
      "url": "https://godofskills.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "god-of-skills",
  "transport": "streamable-http",
  "url": "https://godofskills.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_skills — Search the God of Skills registry of hand-tested AI skills, prompts, templates and image style guides.
  • get_skill — Fetch the full SKILL.md for a free skill/prompt/template/style-guide by slug.
  • list_categories — List the categories used to organise the God of Skills directory.
  • get_pack — Fetch the contents of a paid God of Skills pack by slug.