3 days ago
Calculate Human Design bodygraph charts from birth data, save people, compare charts, and analyse group dynamics — in any MCP client. Hosted remote server (Streamable HTTP, OAuth 2.0) by gethumandesign.com; free account to connect. Listed in the official MCP registry as com.gethumandesign.www/mcp.
Overview
Human Design MCP Server
A remote MCP server by GetHumanDesign.com that lets AI assistants calculate Human Design bodygraph charts, explore your type, profile, strategy, authority, channels, centers, and gates, and compare charts for relationship dynamics.
Features
- Calculate charts from any birth date, time, and place
- Retrieve your own chart instantly (no need to re-enter birth data)
- Save people — store birth data for family and friends
- Compare charts — relationship dynamics, electromagnetic channels, compatibility
- Interactive bodygraph — visual chart rendered in supporting clients
- Adaptive depth — explanations adjust to your Human Design experience level
Prerequisites
- Create a free account at gethumandesign.com
- Add the server to your MCP client using one of the methods below
On first use, you'll be prompted to sign in via OAuth — use the same account you created above.
Setup
This is a hosted remote MCP server — nothing to install or run locally. Just point your MCP client at the URL below.
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"human-design": {
"type": "streamable-http",
"url": "https://api.gethumandesign.com/mcp"
}
}
}
Claude Code (CLI)
claude mcp add human-design --transport streamable-http https://api.gethumandesign.com/mcp
VS Code
Add this to your .vscode/mcp.json or user MCP configuration:
{
"servers": {
"human-design": {
"type": "streamable-http",
"url": "https://api.gethumandesign.com/mcp"
}
}
}
Cursor
Add this to your Cursor MCP settings:
{
"mcpServers": {
"human-design": {
"type": "streamable-http",
"url": "https://api.gethumandesign.com/mcp"
}
}
}
Windsurf
Add this to your Windsurf MCP settings:
{
"mcpServers": {
"human-design": {
"type": "streamable-http",
"url": "https://api.gethumandesign.com/mcp"
}
}
}
Tools
| Tool | Description |
|---|---|
calculate_chart | Calculate a Human Design chart from a birth date, time, and place |
get_my_design | Get the authenticated user's own chart |
get_person_design | Get a saved person's chart by name |
compare_charts | Compare two charts for relationship dynamics and compatibility |
list_people | List all saved people in the user's account |
save_person | Save a person's birth data for later retrieval |
remove_person | Remove a saved person |
Prompts
| Prompt | Description |
|---|---|
analyze_my_design | Comprehensive multi-step analysis of your Human Design chart |
compare_charts_guide | Guided comparison of two charts for relationship dynamics |
Links
- Website: gethumandesign.com
- Support: hello@gethumandesign.com
Server Config
{
"mcpServers": {
"gethumandesign": {
"type": "streamable-http",
"url": "https://api.gethumandesign.com/mcp"
}
}
}