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

# How to Add Pleo MCP as a Custom Connector in Claude

> How a Claude Team or Enterprise admin adds Pleo as an organisation-wide custom connector.

export const RememberCallout = ({title, children, icon = "🪢"}) => <div style={{
  backgroundColor: 'var(--recommended-bg)',
  borderLeft: '4px solid #f63b92',
  borderRadius: '10px',
  padding: '18px 22px',
  marginBottom: '20px',
  boxShadow: '1px 1px 3px rgba(0,0,0,0.06)'
}}>
    <div style={{
  display: 'flex',
  alignItems: 'flex-start',
  gap: '14px'
}}>
      <span style={{
  fontSize: '22px',
  lineHeight: '1',
  flexShrink: 0
}}>
        {icon}
      </span>
      <div>
        {title && <div style={{
  fontSize: '16px',
  fontWeight: 600,
  color: 'var(--recommended-title)',
  marginBottom: '6px'
}}>
            {title}
          </div>}
        <div style={{
  fontSize: '14px',
  lineHeight: 1.65
}}>
          {children}
        </div>
      </div>
    </div>
  </div>;

This page is for Claude for Work **Owners** and **Primary Owners** (or members with the Identity & Access custom role).

If you're an individual Claude Free, Pro, or Max user, you can add Pleo yourself. See [How to Install the Pleo MCP in Claude](/docs/current/pleo-mcp/how-tos/installation/claude).

<RememberCallout title="Remember">
  Adding Pleo at the org level makes it available to members, but it doesn't connect their accounts. Each member must still sign in to Pleo and approve access themselves the first time they use it.
</RememberCallout>

## Steps

Follow the steps below in the Claude Admin Console to add Pleo as a custom connector for your **organisation**.

1. Go to **Organization Settings → Connectors**.

2. Click **Add**, then choose **Custom** → **Web**.

3. Enter the Pleo MCP server URL:

```
https://mcp.pleo.io/mcp
```

No Advanced or Auth settings are needed.

| Property           | Value                                   |
| ------------------ | --------------------------------------- |
| **MCP URL**        | `https://mcp.pleo.io/mcp`               |
| **Transport**      | Streamable HTTP                         |
| **Authentication** | OAuth 2.0 (no credentials to configure) |

4. Add the connector. It becomes available to everyone in your organisation.

5. Set **Tool permissions** for Pleo's tools: **Always allow**, **Needs approval**, or **Blocked**. Pleo recommends requiring approval for any tool that writes data.

Pleo is now available as a connector for your organisation.

See **Anthropic's documentation:** [Add a custom connector](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp#h_3d1a65aded)

***

## What Comes Next?

* [How to Install the Pleo MCP in Claude](/docs/current/pleo-mcp/how-tos/installation/claude)

***

## Related Reading

* **Anthropic's documentation:** [Add a custom connector](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp#h_3d1a65aded)
* [FAQs](/docs/current/pleo-mcp/get-started/faq)
* [Access & Permissions](/docs/current/pleo-mcp/get-started/access-and-permissions)

***
