Skip to content

Add Mixpanel MCP connector to data, marketing, product-management, and design plugins#114

Open
smultani wants to merge 14 commits intoanthropics:mainfrom
smultani:add-mixpanel
Open

Add Mixpanel MCP connector to data, marketing, product-management, and design plugins#114
smultani wants to merge 14 commits intoanthropics:mainfrom
smultani:add-mixpanel

Conversation

@smultani
Copy link

Mixpanel has a remote MCP server (https://mcp.mixpanel.com/mcp), which means it can now be a first-class connector rather than an "Other options" alternative.

Changes
.mcp.json — Added mixpanel server to data, marketing, product-management, and design
CONNECTORS.md — Moved Mixpanel from the Other options column to Included servers in all four plugins
README.md files — Updated connector lists and tool references in each plugin's README and the root marketplace table
Why
Mixpanel was already mentioned across several plugins as an analytics alternative, but it was grouped with tools that don't have MCP servers (Heap, FullStory, Google Analytics). Now that Mixpanel has a native MCP, it belongs as a pre-configured, ready-to-connect option.

smultani and others added 10 commits March 12, 2026 17:21
- Convert all commands/*.md files to skills/*/SKILL.md format
- Merge 36 reference-skill pairs into their invokable counterparts
- Mark reference-only skills as user-invocable: false
- Expand descriptions for migrated skills with usage scenarios
- Keep partner-built/ commands as-is
- Remove bio-research from marketplace.json
Migrate commands to skills across all plugins
Bump minor version across all 14 plugins to reflect the migration
from commands/ to skills/ format shipped in the previous merge.
…nd-deprecation

Bump plugin versions after commands-to-skills migration
Expanded disclaimer to include jurisdictional customization requirements for the plugin.
…le (anthropics#63)

When running inside Cowork, `claude plugin validate` may not be
available. This adds a manual verification checklist covering plugin.json
structure, naming conventions, component directories, and expected file
formats.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…ipts (anthropics#82)

Bare `except:` clauses catch `KeyboardInterrupt` and `SystemExit`, which
can mask real errors and make debugging harder. Replace with
`except Exception:` to preserve the intended error-suppression behavior
while allowing system-level exceptions to propagate normally.

Files changed:
- bio-research/skills/nextflow-development/scripts/check_environment.py (4 sites)
- bio-research/skills/nextflow-development/scripts/detect_data_type.py (1 site)

Co-authored-by: haosenwang1018 <haosenwang1018@users.noreply.github.com>
…mand (anthropics#93)

* feat(product-management): add brainstorming skill and /brainstorm command

The product-management plugin covers structured PM outputs (specs, roadmaps,
stakeholder updates) but lacks support for the divergent thinking that
precedes them. This adds a brainstorming skill and command for exploring
problem spaces, generating ideas, and stress-testing product thinking.

New files:
- skills/product-brainstorming/SKILL.md — brainstorming modes (problem
  exploration, solution ideation, assumption testing, strategy exploration),
  PM frameworks (HMW, JTBD, First Principles, SCAMPER, Opportunity Solution
  Trees, Reverse Brainstorming), session structure, thinking partner
  behaviors, and anti-patterns
- commands/brainstorm.md — conversational brainstorming command with
  tool-augmented context gathering and structured session flow

Updated:
- README.md — added brainstorming to What It Does, Commands, Skills tables,
  and Example Workflows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Add OODA Loop framework to product-brainstorming skill

Adds Observe-Orient-Decide-Act as a brainstorming framework for
competitive and time-pressured product decisions. Focuses on decision
tempo and when to use OODA to break analysis paralysis in sessions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…s#124)

The READMEs instructed users to place settings files in 'your project's
.claude/ directory' — but Cowork has no project concept. Its .claude/ is
ephemeral per-session app storage in ~/Library/Application Support/ that
users can't practically access.

Cowork users should instead place settings files in any folder shared
with Cowork via the folder picker. The skill implementations already
search freely with no hardcoded path, so this is purely a docs fix.

Reported via Reddit: https://www.reddit.com/r/ClaudeCowork/comments/1rh875p/
tobinsouth
tobinsouth previously approved these changes Mar 18, 2026
bartschneider and others added 4 commits March 18, 2026 17:24
Definite is an all-in-one analytics platform (DuckDB warehouse, semantic
modeling, BI, and AI) with an HTTP MCP server. Adds it to the data plugin
alongside existing warehouse connectors.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Add amplitude-eu MCP server configuration for EU users alongside
the existing US endpoint in data, marketing, and product-management.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
# Conflicts:
#	README.md
#	data/.mcp.json
#	data/README.md
#	marketing/.mcp.json
#	product-management/.mcp.json
tobinsouth
tobinsouth previously approved these changes Mar 18, 2026
@smultani smultani dismissed tobinsouth’s stale review March 18, 2026 17:36

The merge-base changed after approval.

@smultani
Copy link
Author

hey @tobinsouth your previous review and approval might have been auto-dismissed. Let me know if you need anything from me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.