Installed. Three more steps.

1. Open Claude Desktop's config

In Claude Desktop: Settings → Developer → Edit Config. Or open the file directly:

~/Library/Application Support/Claude/claude_desktop_config.json

2. Add the MCP server

Add this under mcpServers (replace the tenant subdomain):

{
  "mcpServers": {
    "simplerdevelopment": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://<your-tenant>.simplerdevelopment.com/api/mcp"
      ]
    }
  }
}

3. Restart Claude Desktop, then run sd-init

Quit and reopen Claude Desktop. In any conversation, type:

Run sd-init

Claude will OAuth into your portal, pull your brand profile, and write .sd/config.json into your working directory. After that, every other sd-* skill is ready.

Full quickstart: ~/.claude/skills/CLIENT_QUICKSTART.md