# Connect Fiest to Claude

Source: https://docs.fiest.io/mcp/claude

Claude supports remote MCP servers as custom connectors. The available controls
depend on your Claude plan and organization role.

## Copy the server address [#copy-the-server-address]

Use **Production** for a live Fiest account. Use **Sandbox** only when Fiest has
invited you to test with isolated sample data. The sandbox currently uses the
temporary `mcp-dev.fiest.io` hostname.

### Production

```text
https://mcp.fiest.io/mcp
```

### Sandbox

```text
https://mcp-dev.fiest.io/mcp
```

## Individual Pro or Max [#individual-pro-or-max]

1. Open Claude and go to Customize → Connectors.
2. Select &#x2A;*+**, then **Add custom connector**.
3. Name the connector `Fiest`, or `Fiest sandbox` when using the sandbox.
4. Paste the Fiest server address.
5. Add the connector, then select **Connect**.
6. Complete Fiest sign-in, selection, and consent in the browser.

Leave advanced OAuth client credentials empty. Fiest supports automatic
OAuth client setup for Claude.

## Team or Enterprise [#team-or-enterprise]

An Owner or Primary Owner first adds the connector:

1. Open Organization settings → Connectors.
2. Select **Add**, then Custom → Web.
3. Paste the Fiest server address and add the connector.

Each member then opens Customize → Connectors, finds Fiest, and selects
**Connect** to authorize their own Fiest access.

## Check that it worked [#check-that-it-worked]

Enable Fiest for the conversation from the &#x2A;*+** menu → Connectors. Then ask:

```text
Use Fiest to show the restaurant context I authorized.
```

You are connected when Claude calls `get_restaurant_context` and shows the
restaurant or organization you approved.

<Callout type="warn" title="Authorize only on Fiest">
  Claude should redirect you to the official Fiest authorization page. Never
  paste a password, one-time code, or token into a Claude conversation.
</Callout>

## Troubleshooting [#troubleshooting]

* **Add connector is unavailable:** your plan or organization role may not
  permit custom connectors. Ask the workspace owner.
* **Fiest is connected but unavailable in chat:*&#x2A; enable it for the current
  conversation from the &#x2A;*+** menu.
* **Access was revoked:** select **Connect** again and repeat Fiest
  authorization.

See [Anthropic's custom connector guide](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp)
for current plan and role details.