
Mixpanel Mcp Eu
- 12 repo stars
- Updated July 30, 2026
- mixpanel/ai-plugins
Helps with ai & agent building tasks.
About
mixpanel-mcp-eu is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
- mixpanel-mcp-eu
- AI & Agent Building
- AI-coding skill
Mixpanel Mcp Eu by the numbers
- Data as of Jul 31, 2026 (Skillselion catalog sync)
/plugin marketplace add mixpanel/ai-plugins/plugin install mixpanel-mcp-eu@mixpanelAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 12 |
|---|---|
| Last updated | July 30, 2026 |
| Repository | mixpanel/ai-plugins ↗ |
What it does
Helps with ai & agent building tasks.
README.md
Mixpanel AI Plugins
Plugins that give AI agents Mixpanel expertise. Built on the Agent Skills open standard.
Skills
| Skill | Description |
|---|---|
create-dashboard |
Creates a well-designed Mixpanel dashboard with validated data, text cards, and narrative layout. |
deep-research |
Conducts a structured metric investigation in Mixpanel. Use when a user asks why a metric changed, what's driving a trend, or requests a deep dive or root cause analysis. |
manage-experiment |
Coaches an agent through any phase of a Mixpanel experiment — designing before launch (hypothesis, metrics, sizing, statistical model, advanced features, pre-launch checks) and interpreting after launch (read results, ship / iterate / kill / wait, health checks, segment breakdowns, session replays). |
manage-feature-flags |
Coaches an agent through Mixpanel feature-flag work — picking the right flag-shaped tool (Feature Gate vs Dynamic Config vs Experiment), staged rollouts, the kill switch, exposure debugging, archive/restore, and SDK call patterns. |
manage-lexicon |
Audits, scores, enriches, and cleans up Lexicon metadata (events and properties) for a Mixpanel project. Supports scoring health, bulk-filling descriptions/tags, resetting metadata, triaging data quality issues, and managing tags. |
tracking-implementation |
Guides an agent through Mixpanel analytics implementation. Supports Quick Start, Full Implementation, Add Tracking, and Audit modes. |
Internal skills
| Skill | Description |
|---|---|
review-skill |
Reviews a skill against a weighted quality rubric (8 dimensions, 27 checks) and produces a score with actionable issues. Run /review-skill <skill-name> before requesting a code review. |
Getting Started
Claude Code
- Add the Mixpanel marketplace, then install the plugin for your region:
claude plugin marketplace add mixpanel/ai-plugins
- Install the plugin for your region:
US
claude plugin install mixpanel-mcp
EU
claude plugin install mixpanel-mcp-eu
India
claude plugin install mixpanel-mcp-in
Cursor
Install the plugin from the Cursor marketplace, or have a team admin import this GitHub repository as a team marketplace (Dashboard → Settings → Plugins → Import).
Once installed, skills appear in Cursor Settings → Rules under the Agent Decides section and can be invoked with /skill-name in chat. The MCP server connects automatically.
Contributing
To propose a plugin, open a pull request — we prefer one plugin per PR so reviews stay focused, and we'll merge them as they're ready rather than batching.
Setup
After cloning, enable the git hooks:
make setup
This configures a pre-commit hook that prevents committing changes to mixpanel-mcp-eu or mixpanel-mcp-in skills without also changing the mixpanel-mcp source.
Editing skills
The mixpanel-mcp plugin is the source of truth for skills. The mixpanel-mcp-eu and mixpanel-mcp-in plugins contain copies that must stay in sync.
Always edit skills in plugins/mixpanel-mcp/skills/, then run:
make sync-skills
This copies the skills to mixpanel-mcp-eu and mixpanel-mcp-in. If they already have local changes, the command will warn you and refuse — run make sync-skills FORCE=1 to override.
CI will fail if the skills are out of sync.
Before opening the PR
- Each skill lives in its own directory under
skills/and must contain aSKILL.mdwith validnameanddescriptionfrontmatter. - Follow the Agent Skills specification and best practices.
- Keep the main file under 500 lines — move detailed reference material to
references/. - Test the plugin end-to-end before submission — confirm it triggers on the expected prompts and produces the output you expect.
- Include examples in the PR description showing prompts the plugin handles and what it returns.
- Run
make sync-skillsto ensuremixpanel-mcp-euandmixpanel-mcp-inare up to date. - Run
/review-skill <skill-name>and address any blocker or major issues before requesting review.
License
Apache 2.0 — see LICENSE.