> ## 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.

# Pleo MCP Installation Overview

> Choose your AI tool to connect the Pleo MCP, or find the custom MCP setup guide if your tool isn't listed.

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>;

## Prerequisites

<RememberCallout title="Remember">
  MCP access is off by default. A company admin must enable it in Pleo before you can connect. See [Access & Permissions](/docs/current/pleo-mcp/get-started/access-and-permissions) if you're not sure whether MCP is enabled for your organisation.
</RememberCallout>

## Choose Your AI Tool

Pick the guide that matches the AI assistant you want to connect to Pleo.

<CardGroup cols={2}>
  <Card title="Claude" icon="message" href="/docs/current/pleo-mcp/how-tos/installation/claude">
    <div className="text-sm mt-2">Add Pleo as a custom connector in Claude Web, Claude Desktop, or Cowork.</div>
  </Card>

  <Card title="Codex" icon="terminal" href="/docs/current/pleo-mcp/how-tos/installation/codex">
    <div className="text-sm mt-2">Connect Pleo to OpenAI's Codex.</div>
  </Card>

  <Card title="ChatGPT" icon="comments" href="/docs/current/pleo-mcp/how-tos/installation/chatgpt">
    <div className="text-sm mt-2">Connect Pleo using ChatGPT's Connectors settings.</div>
  </Card>

  <Card title="Microsoft Copilot" icon="microsoft" href="/docs/current/pleo-mcp/how-tos/installation/copilot">
    <div className="text-sm mt-2">Connect Pleo to Microsoft 365 Copilot.</div>
  </Card>
</CardGroup>

Don't see your AI tool listed? It may still work with the Pleo MCP by installing it as a custom MCP.

<Card title="Install Pleo MCP as a Custom MCP" icon="plug" href="/docs/current/pleo-mcp/how-tos/installation/custom-mcp">
  <div className="text-sm mt-2">Install Pleo MCP in any tool supporting custom MCP.</div>
</Card>

***

## What Comes Next?

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

***

## Related Reading

* [Access & Permissions](/docs/current/pleo-mcp/get-started/access-and-permissions)
* [How to Revoke Access to the Pleo MCP](/docs/current/pleo-mcp/how-tos/uninstallation/revoke-access)
* [FAQs](/docs/current/pleo-mcp/get-started/faq)

***
