Agent Plugins Marketplace
All plugins

human-design-ai

v1.1.1

Connect ChatGPT and Codex to validated HumanDesign.ai charts and saved composite charts, deterministic bodygraph graphics, and authorized account workflows.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By HumanDesign.aiLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install human-design-ai for Codex and Claude Code

Installs for the current user
codex plugin marketplace add humandesignai/human-design-ai-mcp
codex plugin marketplace upgrade human-design-ai
codex plugin add human-design-ai@human-design-ai

Paste and run these commands in a terminal with Codex. They add and refresh the human-design-ai catalog, then install this plugin.

Compatibility: the page URL and API slug “human-design-ai” remain stable.

  • Codex: human-design-ai@agent-plugin-marketplacehuman-design-ai@human-design-ai

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/humandesignai/human-design-ai-mcp

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/human-design-ai/.

Plugin files

plugins/human-design-ai/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/human-design-ai/SKILL.md
└── .mcp.json

Included Skills1

human-design-aiskills/human-design-ai/SKILL.md

Use the official HumanDesign.ai MCP to resolve or render individual charts, explore authorized composite charts and library items, review account usage and existing reports, or use other capabilities when the live catalog advertises them.

MCP servers1

human-design-aiStreamable HTTP
url
https://mcp.humandesign.ai/

Plugin manifests2

plugins/human-design-ai/.codex-plugin/plugin.json
{
  "name": "human-design-ai",
  "version": "1.1.1",
  "description": "Connect ChatGPT and Codex to validated HumanDesign.ai charts and saved composite charts, deterministic bodygraph graphics, and authorized account workflows.",
  "author": {
    "name": "HumanDesign.ai",
    "url": "https://humandesign.ai"
  },
  "homepage": "https://humandesignmcp.com/docs/plugins",
  "repository": "https://github.com/humandesignai/human-design-ai-mcp",
  "license": "MIT",
  "keywords": [
    "human-design",
    "bodygraph",
    "charts",
    "composite-charts",
    "relationships",
    "transits",
    "reports",
    "website-builder",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "HumanDesign.ai",
    "shortDescription": "Validated HumanDesign.ai chart data in your agent",
    "longDescription": "Resolve and render authorized individual charts, explore saved composite bodygraphs and library items, review account usage and existing reports, and use only the account capabilities advertised by secure HumanDesign.ai OAuth and the same validated, versioned calculation service that powers HumanDesign.ai.",
    "developerName": "HumanDesign.ai",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://humandesignmcp.com",
    "privacyPolicyURL": "https://humandesignmcp.com/privacy",
    "termsOfServiceURL": "https://humandesignmcp.com/terms",
    "defaultPrompt": [
      "Show my Human Design chart as a PNG.",
      "Find a saved composite and show its relationship bodygraph.",
      "What can I safely access in my HumanDesign.ai account?"
    ],
    "brandColor": "#F2613F",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo.png"
  }
}
plugins/human-design-ai/.claude-plugin/plugin.json
{
  "name": "human-design-ai",
  "version": "1.1.1",
  "description": "Connect Claude to validated HumanDesign.ai charts and saved composite charts, deterministic bodygraph graphics, and authorized account workflows.",
  "author": {
    "name": "HumanDesign.ai",
    "url": "https://humandesign.ai"
  },
  "homepage": "https://humandesignmcp.com/docs/plugins",
  "repository": "https://github.com/humandesignai/human-design-ai-mcp",
  "license": "MIT",
  "keywords": [
    "human-design",
    "bodygraph",
    "charts",
    "composite-charts",
    "relationships",
    "transits",
    "reports",
    "website-builder",
    "mcp"
  ],
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[human-design-ai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/human-design-ai)