Amami MCP docs

Codex setup

Codex is the best path when you want guided Amami workflows instead of only a raw MCP server entry. Install the Amami Skills, then use the setup skill to authorize MCP and the analytics skill to connect websites and analyze growth.

Install Amami Skills

Copy this instruction into Codex:

Install Amami Skills (amami-mcp-setup and amami-analytics), then connect my website.
https://dashboard.amami.dev/install/mcp-install.md#codex-skills

The setup guide points Codex at the public skills repository and tells it to install:

amami-mcp-setup
amami-analytics

Restart Codex after installing skills so they are loaded.

Run guided setup

Use:

$amami-mcp-setup

The setup skill should install amami-analytics-mcp, run browser authorization, and configure the local MCP command. Login, registration, and MCP authorization stay in your browser.

Analyze a website

After setup, use:

$amami-analytics

Then ask Codex to create a tracked website, add the tracking script to your app, verify events, and analyze the traffic.

Connect this project to Amami, verify tracking, and tell me what I should improve to grow signups.

Direct MCP config

If you do not want skills, Codex-compatible MCP config can use the standard server entry after browser setup:

{
  "mcpServers": {
    "amami": {
      "command": "npx",
      "args": ["-y", "amami-analytics-mcp@latest"]
    }
  }
}