Three steps. That's it.

Connect your AI to your myhidn workspace in about 5 minutes. Everything else is optional.

1

Sign up

Create your account. You'll get an API token that connects your AI to your workspace.

Sign up free

Free during early access.

2

Connect

Add myhidn as a connector in Claude. No tokens to copy — just sign in.

See how (30 seconds) →

Manual setup for Claude Code ↓

3

Say hello

Open a new conversation and paste this. Your AI will orient itself and tell you what it can do.

That's it — you're connected. Everything below makes it better.

Make it yours

Each of these is optional. Do them whenever you're ready.

Import your LinkedIn

The fastest way to fill your workspace with real contacts. Export your connections from LinkedIn, then upload the CSV.

  1. Go to LinkedIn data export and request "Connections"
  2. LinkedIn emails you a CSV (can take up to 24 hours)
  3. Upload at myhidn.net/account/import or tell your AI: "Import my LinkedIn connections"

Deduplication built in. Large imports (1,000+) run in the background.

Install skills

Pre-built workflows that chain your myhidn tools into one-command superpowers. Tell your AI:

"Read the skills folder in my myhidn shared docs and install each one as a Claude Code slash command."
/meeting-prep /intro-path /daily-brief /network-pulse /account-intel

Browse all skills →

Add contacts as you go

No import needed. Just tell your AI about people as you meet them.

"I just met Sarah Chen at the conference. She's VP of Ops at Northfield."

"Log that I had coffee with Marcus today. We talked about the partnership."

Your AI creates the contact, logs the interaction, and links them to the right org. No forms.

Keep context between sessions

Your AI doesn't remember conversations by default. But it can pick up where it left off using your workspace.

Claude Code

Ask your AI to update its CLAUDE.md with notes about myhidn. Future sessions start with context loaded.

Claude Desktop

Start each new chat with: "Read the getting-started guide from myhidn." Your AI orients itself in seconds.

Things to try

"Who in my network can introduce me to someone at [company]?"
"Who haven't I spoken to in 3+ months that I should reconnect with?"
"Prep me for my meeting with [name] tomorrow."
"What do I need to focus on today?"

More ideas →

Connection details

Claude.com — custom connector easiest

No tokens, no config files. Works on any Claude plan (including free).

Step-by-step guide with screenshots →
Claude Desktop — manual config

Add this to your Claude Desktop config file. Replace YOUR_TOKEN with your token.

{
  "mcpServers": {
    "myhidn": {
      "url": "https://mcp.myhidn.net/mcp",
      "headers": {
        "Authorization": "Token YOUR_TOKEN"
      }
    }
  }
}

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Claude Code CLI
claude mcp add --transport http myhidn https://mcp.myhidn.net/mcp --header "Authorization: Token YOUR_TOKEN"

Replace YOUR_TOKEN with your actual token.

How do I know it worked?

Restart Claude Desktop (or your Claude Code session). In Desktop, you'll see a hammer icon near the text input — click it and you'll see myhidn's tools listed. In Claude Code, myhidn tools will appear in your /mcp list. If not, double-check your token and the JSON formatting.

Token security

Your token only connects Claude to your workspace. You can rotate or revoke it anytime from your account page.

Stuck? hello@hidn.ai — we'll help you get connected.