Client guide

Human Design MCP for Claude.

Connect Claude to the hosted Human Design MCP endpoint with header-based authentication.

Before you connect

  1. Get an API key—the Free plan includes 100 calls and four core tools.
  2. Store it as HDAI_API_KEY or use the client's secret input.
  3. Add the remote endpoint—there is no local MCP package to install.

Configuration

Claude example

claude mcp add --transport http human-design https://api.humandesign.ai/mcp --header "Authorization: Bearer $HDAI_API_KEY"

Client configuration formats can evolve. The stable integration contract is a remote Streamable HTTP URL at https://api.humandesign.ai/mcp with Bearer or X-Api-Key authentication.

Verify the connection

Initialize the server, run tools/list, and confirm the catalog matches your tier. These checks do not consume API quota. Then ask Claude to call resolve_timezone or generate a core bodygraph.

Read the JSON-RPC quickstart →