One MCP connection, four agent surfaces.
Use the hosted endpoint directly, download the Claude Code project files, or install the dual-format plugin package prepared for Claude Code and the universal ChatGPT/Codex plugin system.
Claude Code: quickest setup
CLAUDE.md is guidance, not an installer. Claude Code itself must be logged in, and a project-scoped .mcp.json must be trusted before MCP OAuth can start.
- Open the project directory and run
claude. - If Claude Code says it is logged out, run
/login. - Approve the project and its
.mcp.jsonwhen prompted. - Run
/mcp, selecthuman-design-ai, and complete HumanDesign.ai OAuth.
Alternatively, after Claude Code is logged in, add the user-scoped connection:
claude mcp add --transport http --scope user human-design-ai https://mcp.humandesign.ai/
claude mcp login human-design-aiFor a shared project, save the following as .mcp.json at the project root.
.mcp.json
{
"mcpServers": {
"human-design-ai": {
"type": "http",
"url": "https://mcp.humandesign.ai/"
}
}
}Claude.ai and Claude Desktop
- Open Customize → Connectors.
- Select Add custom connector.
- Use
https://mcp.humandesign.ai/as the remote MCP URL. - Select Connect and complete HumanDesign.ai OAuth.
- Enable HumanDesign.ai from the connector menu in a conversation.
Team and Enterprise owners add the connector in Organization settings first; each member then connects their own HumanDesign.ai account.
Codex
~/.codex/config.toml
[mcp_servers.human_design_ai]
url = "https://mcp.humandesign.ai/"
auth = "oauth"
startup_timeout_sec = 30
tool_timeout_sec = 60Authenticate
codex mcp login human_design_aiChatGPT
- Enable Developer mode under Settings → Security and login.
- Open Plugins, select the plus button, and add the remote MCP URL
https://mcp.humandesign.ai/. - Scan and review the discovered tools, then complete OAuth.
- Enable the connection in a new Work conversation and test representative read-only prompts first.
What the plugin adds
The package contains both Claude and OpenAI plugin manifests, the remote MCP definition, branded assets, and a workflow skill that teaches the agent how to generate individual and composite relationship charts, render their bodygraphs, respect Free/Personal/Pro boundaries, and handle confirmations, idempotency, and secrets safely.
Composite relationship charts
Ask the agent to create a composite chart from two sets of birth details, retrieve an authorized saved composite, or show the relationship bodygraph as PNG or SVG. Personal or Pro is the recommended account experience for composite work involving another authorized person, deeper relationship exploration, transits, reports, and community learning. The live server always enforces ownership, consent, membership, and quota rules.
Installing a plugin does not bypass HumanDesign.ai authorization. The server returns only tools allowed by the signed-in account. Never paste an OAuth token or API key into a prompt.