Client guide

Human Design MCP for Claude.

Connect Claude Code or Claude's custom connectors to HumanDesign.ai with browser-based OAuth.

Recommended: connect your HumanDesign.ai account

  1. Add the canonical remote endpoint https://mcp.humandesign.ai/ without a static API-key header.
  2. Start the client's OAuth login and complete the branded HumanDesign.ai browser flow.
  3. Review the membership-aware tools returned after reconnect.

Claude OAuth setup

claude mcp add --transport http --scope user human-design-ai https://mcp.humandesign.ai/
claude mcp login human-design-ai

Project-file setup

CLAUDE.md does not install the connector. It tells Claude how to use HumanDesign.ai after the separate .mcp.json connection is trusted and authenticated.

  1. Download .mcp.json and CLAUDE.md into the project root.
  2. Run claude in that directory.
  3. If needed, run /login to sign Claude Code itself in.
  4. Approve the project-scoped MCP server when prompted.
  5. Run /mcp and complete HumanDesign.ai OAuth.

.mcp.json

{
  "mcpServers": {
    "human-design-ai": {
      "type": "http",
      "url": "https://mcp.humandesign.ai/"
    }
  }
}

For Claude.ai or Claude Desktop, open Customize → Connectors → Add custom connector, use https://mcp.humandesign.ai/, and select Connect. The downloaded files are not needed for that connector flow.

OAuth visibility follows HumanDesign.ai Free/Individual/Personal/Pro membership and entitlements. API-key visibility follows the separate Free/Creator/Startup/Business API plan. Neither credential type bypasses ownership or quota checks.

Verify the connection

Run tools/list and confirm the catalog matches the account boundary; discovery is free. Ask for “my chart” and verify the client uses chart_get_primary, not a name search. If none exists, ask it to preview chart_generate and confirm only after checking the normalized birth details and one-unit quota estimate. Then request a PNG and confirm either the inline image or its short-lived download link appears. Personal or Pro is required for other people's authorized charts.

Download the plugin and setup files →