Before you start
- A Humic account that’s a member of at least one design system.
- Claude — a paid plan (Pro or higher) for custom connectors on claude.ai and Claude Desktop, or Claude Code in your terminal.
Claude Code — install the plugin
Run both commands in Claude Code:~/.humic/config.json and lasts 90 days — restarting Claude Code, opening a new project, or rebooting never asks again.
If the first start times out while you’re still signing in, authorize out of band and restart Claude Code:
Claude web, desktop and mobile — add the URL
Step 1 — Copy your connector URL
Open Humic, go to Settings → Connect AI clients, and copy the URL shown there:Step 2 — Add it to Claude
- Claude web & desktop
- Claude Code (without the plugin)
- Claude mobile
- Open Claude and go to Settings → Connectors.
- Click Add custom connector.
- Paste the URL from Step 1 and click Add.
- Claude opens a browser window to Humic — continue to Step 3.
Step 3 — Sign in and authorize
A browser window opens with Humic’s sign-in page:- Sign in with your email — the same one-time code flow you use for the Humic dashboard.
- Click Authorize.
What Claude can do
Claude acts as you — it sees exactly the design systems you’re a member of, with your role. If you’re a viewer, Claude can read but not edit. Everything it changes shows up live in the Humic dashboard.
Some things are deliberately not available through Claude and stay in the dashboard: managing members and roles, generating or revoking API keys, approving access requests, and organization settings. Those are decisions we keep in human hands.
Disconnecting
Go to Settings → Connect AI clients in Humic. Under Connected apps you’ll see every AI client you’ve authorized — click Disconnect to revoke its access immediately. You can reconnect any time by authorizing again.Troubleshooting
I don't see “Add custom connector” in Claude
I don't see “Add custom connector” in Claude
Custom connectors require a paid Claude plan. On Claude for Work (Team/Enterprise), an admin may need to enable custom connectors for your organization first. On mobile, connectors can’t be added directly — add Humic on claude.ai or Claude Desktop and it syncs to your phone.
Claude says it can't find my design system
Claude says it can't find my design system
Claude sees the design systems of the Humic account you authorized with. If you signed in with a different email than usual, disconnect (in Claude: Settings → Connectors → Remove; in Humic: Connected apps → Disconnect) and connect again with the right account. Also check that you’re actually a member of the design system in Humic.
Claude can read my tokens but refuses to edit them
Claude can read my tokens but refuses to edit them
Your Humic role applies to Claude too. Viewers are read-only — ask a design system admin to make you an editor if you need Claude to make changes.
I connected before, but Claude lost access
I connected before, but Claude lost access
Someone may have clicked Disconnect in Humic, which revokes access for that client. Just add the connector again — it’s the same one-minute flow.
Using a different AI client?
The connector is standard MCP over Streamable HTTP, so any MCP client that supports remote servers can use the same URL:https://humic.dev/api/mcp. It accepts OAuth, and — for clients that run locally — a personal token from humic login as a plain bearer, which is what the plugin uses. For coding agents without MCP support, see AI Agents for the CLI-based workflow.
