> For the complete documentation index, see [llms.txt](https://docs.archera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archera.ai/help-center/faq/mcp-server.md).

# Archera MCP Server — Connect in Claude

This guide walks you through connecting Claude to Archera using the Archera MCP server.

***

### What You'll Need

* A Claude account with access to Custom Connectors.
* The Archera MCP server URL: `https://mcp.archera.ai/mcp`
* An Archera account.

***

### Step-by-Step Setup

1. Open Claude or Claude Desktop.
2. Go to **Settings** -> **Connectors**.
3. Click **Add connector** or **+** -> **Add custom connector**.
4. If prompted for a connector type, choose **Custom** -> **Web**.
5. Name the connector `Archera`.
6. Paste the Archera MCP server URL: `https://mcp.archera.ai/mcp`
7. Click **Add**, then click **Connect**.
8. You will be redirected to the Archera login page.
9. Complete login, then review the consent screen.
10. Click **Allow** or **Authorize** to grant Claude access.
11. You should be redirected back to Claude, and the connector will show as **Connected**.

For Team or Enterprise plans, an owner may need to add the connector from **Organization settings** -> **Connectors** before members can connect it.

Claude registers itself automatically during setup using OAuth Dynamic Client Registration.

***

### Quick Verification

Start a new Claude chat and ask a question that should require Archera data, for example:

* "What is my lifetime savings on Archera?"

***

### Troubleshooting

* If the connector does not connect, confirm the connector URL is exactly `https://mcp.archera.ai/mcp`.
* If Claude asks for a client ID, make sure Custom Connectors are enabled and that Claude is using its current OAuth connector flow.
* If you get stuck on login or consent, try opening the connector flow in a fresh browser window.
* If you previously connected to an older Archera MCP endpoint, disconnect the old connector and add this server URL again.

For setup instructions for other clients, see the [Archera MCP Server API reference](https://docs.archera.ai/api-reference/mcp).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.archera.ai/help-center/faq/mcp-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
