Human Design API (Human Design Hub) for Claude Desktop
io.github.k4771kim/human-design-api
JPL-referenced Human Design charts for AI agents: bodygraph, transit, composite, Penta, DreamRave.
client:Claude Desktop
transport:streamable-http
tools:6
Install Human Design API (Human Design Hub) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"human-design-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.humandesignhub.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs