MCP stands for Model Context Protocol. It's an open standard that lets AI models like Claude connect to external tools, data sources, and services: things like Slack, Gmail, Google Drive, or a database, through a common interface, rather than needing custom integration code for each one, here for Celesta Back Office.
In practice, an MCP server exposes a set of "tools" (actions) and "resources" (data) that Claude can call. So instead of Claude only working with what's in the conversation, it can search files, send messages, query APIs, and so on, via whatever MCP connectors are set up.
<aside> ⚠️
</aside>
Go to your user profile on Celesta and reach token. Generate one with a 30 days validity (it’s suggested to be reset every month for security reasons).


Once generated, paste your token as per follow in your terminal…
claude mcp add --transport http celesta-backoffice <https://mcp.celesta.io/mcp> --header "Authorization: Bearer {YOUR_TOKEN}"
…and execute the following command:
claude analyze celesta-backoffice
Open your terminal and make sure you are still connected with your Claude account. If not, type /claude

<aside> ⚠️
You can operate from Claude app directly, but this would be slower as the terminal is much more powerful. Since it has access to your machine, you can also store the information you find, download reports, etc.
</aside>