---
title: "GoodBarber MCP — Connect AI assistants to your app | GoodBarber"
description: "GoodBarber MCP is a Model Context Protocol server that lets AI assistants like Claude and ChatGPT act on your GoodBarber app — manage products, orders, push notifications, content and stats by conversation. Learn what it is, what you can do with it and who it is for."
canonical_url: "https://www.goodbarber.com/mcp/"
lang: en
---

# GoodBarber MCP — Connect AI assistants to your app | GoodBarber

Agent ready

# GoodBarber MCP

Connect AI assistants and agent workflows to your GoodBarber app. Assistants like Claude and ChatGPT can manage your content, shop, orders, marketing and customers — by conversation, securely scoped to your app.

[See how to connect](https://www.goodbarber.com/connect-claude-app/)[What you can do](#use-cases)

Works with Claude, ChatGPT and any MCP-compatible assistant.

Your AI assistant

You

Schedule a push for tonight to announce the summer sale.

Assistant

Done. Your push notification is scheduled for 6:00 PM.

Push notification scheduled

The basics

## What is MCP?

MCP stands for **Model Context Protocol** — an open standard that lets AI assistants connect to external systems in one structured, predictable way, instead of copying information back and forth.

GoodBarber didn't invent the protocol. We built **a server that speaks it** — so your assistant can work with your app much like you do from the back office, only through natural language.

**Your AI assistant**Asks in plain language

**GoodBarber MCP**One well-defined connection

**Your GoodBarber app**Content · shop · actions

Add a productto your shop

Schedule a pushnotification

Update an articlein your CMS

Scoped to your appdoes only what you allow

In practice

## What does GoodBarber MCP do?

It connects AI assistants and agent workflows to your app's **content, shop and everyday actions**. Ask your assistant to carry out a task, and it does it on your app after you sign in.

Every action is **scoped to your own app** — an assistant only ever does what you allow. [What is MCP?](https://www.goodbarber.com/glossary/mcp/)

## What you can do with it

Concrete tasks you can hand to an assistant today.

### Manage your shop

Add products, set variants and prices, and organize your collections — without leaving the conversation.

### Handle orders

Look up an order, check its status, update shipping and keep fulfillment moving.

### Run marketing

Schedule a push notification campaign or create a promo code in seconds.

### Update content

Publish or edit articles and events, and manage the media inside your app.

### Customer insights & analytics

Find a customer, check loyalty status and review downloads, page views and session time.

## Who it is for

GoodBarber MCP is for anyone who wants to connect AI assistants to their app.

### Developers

Plug your GoodBarber app into the assistants and agent tooling you already use.

### Product and marketing teams

Run everyday tasks — content, campaigns, catalog — by conversation, with no back office required.

### Agencies and resellers

Operate the apps you manage for clients faster, and build assistant-driven workflows on top.

### Advanced builders

Explore AI-native, agent-driven ways to run and grow your app.

## Why it matters

As assistants become more action-oriented, a structured connection to your app ecosystem becomes a real advantage.

#### A real differentiator

Few app builders are agent ready. GoodBarber ships an MCP server available to every customer, plus 44 ready-to-use Skills.

#### Less busywork

Hand repetitive tasks to an assistant and keep your hands on the decisions.

#### Agent workflows

Chain actions together, from content to commerce, inside the assistant you already use.

#### New integrations

One standard connection opens your app to a growing ecosystem of MCP-aware tools.

## Connect in one command

One server for every client. Pick yours, paste the command, then sign in with the Public API key from your back office.

Claude Code

`claude mcp add goodbarber --transport http https://mcp.goodbarber.dev/mcp/sse`

Codex CLI

`codex mcp add goodbarber --url https://mcp.goodbarber.dev/mcp/sse`

`codex mcp login goodbarber`

Gemini CLI

`gemini mcp add --transport http goodbarber https://mcp.goodbarber.dev/mcp/sse`

Cursor · VS Code · Windsurf

```
{
  "mcpServers": {
    "goodbarber": {
      "url": "https://mcp.goodbarber.dev/mcp/sse"
    }
  }
}
```

For Cursor, VS Code and Windsurf, paste this into your MCP configuration file.

## Frequently asked questions

**What is GoodBarber MCP?**

GoodBarber MCP is a Model Context Protocol server from GoodBarber. It lets AI assistants connect to your GoodBarber app and carry out tasks — managing content, shop, orders, marketing and customers — through natural language, scoped to your own app.

**Which AI assistants can I use?**

Any MCP-compatible assistant. GoodBarber MCP works with Claude and ChatGPT today, along with other MCP-aware clients and agent tools.

**What can I do with it?**

You can add and update products, organize collections, handle orders, schedule push notifications, create promo codes, publish articles and events, and review your app's stats — just by asking your assistant.

**Is it secure?**

Yes. You sign in before anything happens, and every action is scoped to your own app — an assistant connected to your app cannot reach anyone else's. You stay in control and can disconnect at any time.

**How do I connect it?**

Add GoodBarber as a connector in your AI assistant, point it at the GoodBarber MCP endpoint at https://mcp.goodbarber.dev/mcp/sse, and sign in. Our step-by-step guide for Claude walks through every step — see the links below.

**Is it included in my GoodBarber plan?**

GoodBarber MCP is part of the GoodBarber platform — there is no separate MCP subscription. All you need is a GoodBarber app and an MCP-compatible AI assistant.

**What is the difference between the MCP server and the 44 Skills?**

The MCP server is the live connection your assistant uses to act on your app. The 44 Skills are ready-made, open-source recipes that wrap common GoodBarber workflows so assistants can run them out of the box. They work together: the Skills call the MCP server. The Skills are published on GitHub, and resellers can rebrand them.

## Where to go next

Connect your assistant, read how [your app became AI-agent-ready](https://www.goodbarber.com/blog/your-goodbarber-app-is-now-ai-agent-ready-44-skills-for-claude-code-cursor-and-any-mcp-client-a1520/), browse the open-source Skills, or get in touch. Also read [why an AI backend beats building AI agents](https://www.goodbarber.com/blog/your-app-is-an-ai-backend-why-agent-ready-beats-building-ai-agents-a1522/). And see [how we automated our own app with n8n and MCP](https://www.goodbarber.com/blog/how-to-automate-your-goodbarber-app-with-n8n-and-mcp-%E2%80%94-no-code-required-a1523/). Not all MCP servers are equal: [see how a BaaS MCP compares with an application MCP](https://www.goodbarber.com/blog/not-all-mcp-servers-are-equal-baas-mcp-vs-application-mcp-a1565/). New: [GoodBarber is now in the ChatGPT plugin directory](https://www.goodbarber.com/blog/goodbarber-is-now-in-the-chatgpt-plugin-directory-a1598/).

[The complete MCP guide](https://www.goodbarber.com/mcp-complete-guide/)[Connect Claude: step-by-step guide](https://www.goodbarber.com/connect-claude-app/)[Connect ChatGPT & Codex](https://www.goodbarber.com/connect-chatgpt-app/)[GoodBarber Skills on GitHub](https://github.com/goodbarber/goodbarber-skills)[Explore GoodBarber AI](https://www.goodbarber.com/ai/)[Help center](https://www.goodbarber.com/help/)[Contact us](https://www.goodbarber.com/contact/)

## Put an AI assistant to work on your app

Connect GoodBarber MCP to the assistant you already use.

[See how to connect](https://www.goodbarber.com/connect-claude-app/)[Browse the Skills](https://github.com/goodbarber/goodbarber-skills)
