> ## Documentation Index
> Fetch the complete documentation index at: https://developer.moltsets.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect MoltSets to Claude.ai

> Add the MoltSets MCP server as a custom connector in Claude.ai, on a personal plan or across a Team or Enterprise organization.

How you add the connector depends on your account type. On a **personal** plan you add it yourself. On a **Team or Enterprise** plan, an Owner adds it once for the whole organization, then each member connects their own credentials.

**MCP Server URL**

```text theme={null}
https://mcp.moltsets.com/mcp
```

<Note>
  To get your credentials, log into [app.moltsets.com](https://app.moltsets.com) and go to **Connectors** to create a new connector.
</Note>

***

## Personal account (Free, Pro, or Max)

1. In Claude.ai, go to **Customize → Connectors**.
2. Click **+**, then **Add custom connector**.
3. Paste the following into **Remote MCP server URL**:
   ```text theme={null}
   https://mcp.moltsets.com/mcp
   ```
4. Click **Advanced settings** and enter your MoltSets Connector credentials:
   * **OAuth Client ID:** your Client ID
   * **OAuth Client Secret:** your Client Secret
5. Click **Add**.

<Note>
  Free accounts are limited to a single custom connector. Pro and Max accounts can add multiple.
</Note>

***

## Team or Enterprise account

Only an **Owner or Primary Owner** can add a custom connector to a Team or Enterprise organization. Once added, each member connects to it individually — Claude only ever accesses data that the connecting member is authorized to see.

**Before you begin,** you will first need to invite your Owner or Primary Owner of your Claude Team/Enterprise account to MoltSets as they will need to have a MoltSets user in order to complete the connection process.

### Owner / Primary Owner — add the connector for the organization

1. Go to **Organization settings → Connectors**.
2. Click **Add**.
3. Hover over **Custom**, then select **Web**.
4. Paste the following into **Remote MCP server URL**:
   ```text theme={null}
   https://mcp.moltsets.com/mcp
   ```
5. Click **Advanced settings** and enter the MoltSets Connector credentials (**OAuth Client ID** and **OAuth Client Secret**).
6. Click **Add**.

### Each member — connect to it

1. Go to **Customize → Connectors**.
2. Find the MoltSets connector (marked with a **Custom** label).
3. Click **Connect** and complete authentication.

***

## Next steps

<CardGroup cols={2}>
  <Card title="Example prompts" icon="comments" href="/integrations/moltsets-mcp#example-prompts">
    Prompts to run the moment the connector is live.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/integrations/moltsets-mcp#troubleshooting">
    Connection, credential, and error-code fixes.
  </Card>
</CardGroup>
