In Claude Desktop: Settings → Developer → Edit Config. Or open the file directly:
~/Library/Application Support/Claude/claude_desktop_config.json
Add this under mcpServers (replace the tenant subdomain):
{
"mcpServers": {
"simplerdevelopment": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://<your-tenant>.simplerdevelopment.com/api/mcp"
]
}
}
}
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