Skip to main content

Cifra MCP Server

The Cifra MCP (Model Context Protocol) server allows any compatible AI agent to securely access your Shopify store's analytics data. Consult metrics, reports, and store configurations directly from Claude, Cursor, and other compatible clients.

Updated today

What can the Cifra MCP do?

Once connected, the AI agent has read-only access to the following data from your account:

  • Reports and Dashboards: Consult sales metrics, performance trends, and insights from your Cifra dashboards.

  • Connected Stores: Read-only access to data from all Shopify stores linked to your Cifra account.

  • Store Configuration: Access to currency, time zone, and regional settings for each store.

  • Integration Data: Information about the connected store and app metadata.

Read-only. The Cifra MCP can only read data. It cannot make changes to your Shopify store, your orders, or your Cifra configuration.

Configuration Instructions

Claude

To connect the Cifra MCP from Claude in your browser:

  1. Go to Settings → Connectors in your Claude account.

  2. Search for Cifra Analytics and click Connect.

  3. Authorize access on the Cifra permissions screen. Only the permissions described above will be requested.

Claude Code

From the terminal, run:
claude mcp add --transport http cifra-server https://api.getcifra.com/mcp
Then open a Claude Code session and type /mcp to complete the authentication flow.

Cursor

Add the following configuration to your Cursor MCP servers file:

{
"mcpServers": {
"cifra": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.getcifra.com/mcp"
]
}
}
}

Windsurf / VS Code and other clients

Most MCP-compatible clients accept this generic configuration:

Revoke Access

You can disconnect the MCP at any time. Go to Account Settings in Cifra → Security and Access and remove access to the MCP integration. The agent will immediately lose access to your data.

Did this answer your question?