Connect myhidn to Claude

Five clicks. No tokens to copy, no config files to edit.

Works on any Claude plan, including free. Using ChatGPT or another AI? ↓

1

Open Connectors

Go to Settings → Connectors and click Add custom connector.

Claude Settings showing the Connectors page with Add custom connector button highlighted
2

Enter the server URL

Name it myhidn and set the URL to:

https://mcp.myhidn.net/mcp
Add custom connector dialog with myhidn name and URL filled in
3

Click Connect

After adding, myhidn appears in your connectors list. Click Connect.

Connectors list showing myhidn with Connect button highlighted
4

Sign in

Log in with your myhidn account. Don't have one? Sign up free first.

myhidn authorization page showing login form and permission request
5

Done

You'll see "Connected to myhidn." That's it — Claude can now use your workspace.

Claude showing Connected to myhidn confirmation with Configure button

What's next?

Start a new conversation in Claude and try:

Other platforms

myhidn uses the open MCP standard. As more AI tools add MCP support, connecting gets easier.

ChatGPT

beta

ChatGPT supports custom MCP connectors through developer mode. Add https://mcp.myhidn.net/mcp as a connector in Settings → Apps & Connectors.

Full MCP support on Business, Enterprise, and Edu plans. Individual plans may have limited access. Setup steps →

Gemini

CLI: Add myhidn to ~/.gemini/settings.json with token auth.

Enterprise: Connect via Google Cloud Console Data Stores with OAuth.

No consumer UI connector yet. Setup steps →

Claude Code

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

Replace YOUR_TOKEN with your token from your account page.

Any MCP client

Point any MCP-compatible client at:

https://mcp.myhidn.net/mcp

Auth via OAuth or Authorization: Token YOUR_TOKEN header.