Maqui Analytics MCP Server

Marketing analytics for local businesses — Instagram, ads, web traffic, SEO and reviews.

Local serverstdio

What is the Maqui Analytics MCP server?

Maqui Analytics MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Marketing analytics for local businesses — Instagram, ads, web traffic, SEO and reviews.

What you get

All-in-one marketing analytics MCP — Instagram, ads, web traffic, SEO and reviews for local businesses and the agencies that manage them.

Maqui is a marketing analytics platform for restaurants, retail, and service businesses. It syncs data daily from Instagram, Google Ads, Meta Ads, Google Analytics, Search Console, Google Business reviews, and POS systems — and makes it queryable through a conversational interface.

What the assistant can call

Once Maqui Analytics is connected, these are the calls the assistant has available:

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Configuration and credentials

You will need one environment variable: YOUR_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Maqui Analytics's toolset — Channel, Instagram, Reviews and 4 more — is a fair guide to whether it matches your workflow. It is maintained by luis-fuentes; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the maqui analytics mcp server does with a few real requests.

Available tools

ToolWhat it does
ChannelWhat you can ask
InstagramReach, engagement rate, top posts, follower growth, hashtag performance
ReviewsGoogle Business & Facebook ratings, response rate, recent reviews
EndpointURL
Discoveryhttps://app.somosmaqui.com/.well-known/oauth-authorization-server
Authorizationhttps://app.somosmaqui.com/oauth/authorize
Tokenhttps://app.somosmaqui.com/oauth/token

How to install the Maqui Analytics MCP server

{
  "mcpServers": {
    "maqui": {
      "url": "https://app.somosmaqui.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YOUR_API_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Maqui Analytics to Channel.
  • Use Maqui Analytics to Instagram.
  • Use Maqui Analytics to Reviews.

Frequently asked questions

It connects Maqui Analytics to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (Channel, Instagram, Reviews, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Maqui Analytics directly.