> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hi-doctor.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect the MCP

> Add the Hi-Doctor connector to Claude and sign in with your Hi-Doctor account.

The Hi-Doctor MCP server is a remote connector. There is no software to install
and no API key to manage — you sign in with the same email and password you use
on hi-doctor.ai.

## Using Claude?

<Card title="Connect Hi-Doctor to Claude" icon="plug" href="/mcp/claude">
  One-click install, screenshots of the approval screens, and Claude-specific
  troubleshooting.
</Card>

## Any MCP client

The connector is a remote MCP server. Any client that supports remote servers
with OAuth needs one thing — the URL:

```text Connector URL theme={null}
https://mcp.hi-doctor.ai/mcp
```

There is no API key, no client ID and no secret to configure. The client
registers itself and opens a Hi-Doctor approval page in your browser.

<Tip>
  Both `https://mcp.hi-doctor.ai/mcp` and `https://mcp.hi-doctor.ai` work. The
  first is canonical.
</Tip>

## Sign in and approve

<Steps>
  <Step title="Click Connect">
    A Hi-Doctor approval page opens in your browser.
  </Step>

  <Step title="Check the site receiving access">
    The box at the top names the app that will get access. Only continue if you
    started this from an app you trust.
  </Step>

  <Step title="Review the permissions and approve">
    Read what the app is asking for, enter your Hi-Doctor email and password,
    and approve.
  </Step>
</Steps>

Your password goes only to Hi-Doctor. It is never stored by the connector and
never placed in the access token issued to the app.

<Warning>
  Approving gives the connected app access to your medical records, messages and
  prescriptions. Only approve a connection you started yourself.
</Warning>

## No account yet?

You do not need to leave and sign up on the website first. The approval page
has a **Create an account** link, and the whole thing happens in the connector:

<Steps>
  <Step title="Create your account">
    Enter your email, a password and your name. Hi-Doctor emails you a
    one-time code.
  </Step>

  <Step title="Verify the code">
    Type the code from your inbox. There is no way to skip this, and no resend
    button — if the code is lost or expires, start the signup again with the
    same address and a fresh one is sent.
  </Step>

  <Step title="Approve">
    You land on the permissions screen and approve, exactly as an existing
    patient would.
  </Step>
</Steps>

<Note>
  Creating an account is **not** the same as approving the connection. You always
  see what you are granting and press approve yourself.
</Note>

If the address already has an account you are told to sign in instead, and if
it can never receive email — a hard bounce or a spam complaint — you are told
to use a different address rather than being left retrying one that cannot work.

## Forgot your password?

The approval page has a **Forgot your password?** link. It emails a reset link,
which you follow on hi-doctor.ai — the reset itself finishes on the website,
not in the connector. Come back and connect once you have set a new password.

## Changed your mind

The approval page has a **Cancel** action. It returns you to the app with a
proper "access denied" response, so the app knows you declined instead of
waiting for an answer that never comes.

## Disconnect

Remove the connector from your AI app's connector settings at any time. The
access it was granted stops working immediately.

## Troubleshooting

Client-specific problems, including the Google-account case and what to do if
the approval page appears to do nothing, are covered on the
[Claude page](/mcp/claude#if-something-goes-wrong) — the causes are the same in
any client.
