Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Mixpanel avatar

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@mixpanel

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars12
Last updatedJuly 30, 2026
Repositorymixpanel/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

  1. Add the Mixpanel marketplace, then install the plugin for your region:
claude plugin marketplace add mixpanel/ai-plugins
  1. 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

  1. Each skill lives in its own directory under skills/ and must contain a SKILL.md with valid name and description frontmatter.
  2. Follow the Agent Skills specification and best practices.
  3. Keep the main file under 500 lines — move detailed reference material to references/.
  4. Test the plugin end-to-end before submission — confirm it triggers on the expected prompts and produces the output you expect.
  5. Include examples in the PR description showing prompts the plugin handles and what it returns.
  6. Run make sync-skills to ensure mixpanel-mcp-eu and mixpanel-mcp-in are up to date.
  7. Run /review-skill <skill-name> and address any blocker or major issues before requesting review.

License

Apache 2.0 — see LICENSE.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.