> ## 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 Install the Pleo MCP in Claude

> Step-by-step instructions for adding Pleo as a custom connector in Claude Web, Claude Desktop, or Cowork.

export const NoteCallout = ({title, children, icon = "💡"}) => <div style={{
  backgroundColor: 'var(--recommended-bg)',
  borderLeft: '4px solid #3beaf6',
  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 Pleo users connecting Claude to Pleo. The same steps apply to **Claude Web**, **Claude Desktop**, and **Cowork**.

<NoteCallout title="Pleo isn't in Claude's connector directory yet">
  Searching for Pleo in Claude's connector directory won't find it. You add Pleo yourself as a custom connector, using the Pleo MCP server URL below.
</NoteCallout>

## Prerequisites

Before you begin:

* Pleo MCP access is off by default; a company admin must enable it for your organisation before you can connect. See [Access & Permissions](/docs/current/pleo-mcp/get-started/access-and-permissions) if you're not sure whether it's enabled.
* If your organisation manages Claude through Claude for Work, your Claude admin may have already added Pleo as an organisation-wide connector, or may restrict who can add their own. See [How to Add Pleo MCP as a Custom Connector in Claude](/docs/current/pleo-mcp/how-tos/enablement/claude).

## Steps

Follow the steps below to connect Pleo in Claude.

1. Go to **Customize** in the left-hand menu, then open **Connectors**.

2. If your Claude admin has already added Pleo for your organisation, find the **Pleo** connector in the list and skip to step 5.

3. Click **Add custom connector**, then enter a name (for example, "Pleo") and the Pleo MCP server URL:

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

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

No Advanced or Auth settings are needed.

4. Add the connector.

5. Click **Connect** for the Pleo connector.

6. Log in to Pleo if needed, then click **Approve**.

You are now connected and can start using Pleo in Claude.

<NoteCallout title="Requiring approval for write actions">
  Claude lets you set permissions per tool. Pleo recommends requiring approval for any tool that writes data, so you see each change before it's made in Pleo.
</NoteCallout>

***

## What Comes Next?

* [Example Use Cases](/docs/current/pleo-mcp/get-started/use-cases)

***

## Related Reading

* **Anthropic's documentation:** [Get started with custom connectors using remote MCP](https://support.claude.com/en/articles/11175166)
* [Install the Pleo MCP: Choose Your AI Tool](/docs/current/pleo-mcp/how-tos/installation/overview)
* [How to Add Pleo MCP as a Custom Connector in Claude](/docs/current/pleo-mcp/how-tos/enablement/claude)
* [How to Revoke Access to the Pleo MCP](/docs/current/pleo-mcp/how-tos/uninstallation/revoke-access)

***
