MCP Packs
Product Manager Pack
Plan, prioritize, and validate with issue tracking, docs, and analytics MCP servers.
Product Manager Pack
Connect discovery, planning, and validation in one place. Wire up issue trackers, documentation, and analytics to streamline your product workflow.
Recommended Servers
| Server | Purpose |
|---|---|
| Linear MCP | Prioritize, triage, label issues |
| Notion MCP | PRDs, research, roadmaps |
| PostHog MCP | Product analytics and funnels |
| Mixpanel MCP | Retention and cohorts |
| Asana MCP | Tasks and projects (for Asana teams) |
Example Configuration
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@linear/mcp-server"],
"env": { "LINEAR_API_KEY": "${LINEAR_API_KEY}" }
},
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/mcp-server"],
"env": { "NOTION_API_KEY": "${NOTION_API_KEY}" }
},
"posthog": {
"command": "npx",
"args": ["-y", "@posthog/mcp-server"],
"env": { "POSTHOG_API_KEY": "${POSTHOG_API_KEY}" }
},
"mixpanel": {
"command": "npx",
"args": ["-y", "@mixpanel/mcp-server"],
"env": { "MIXPANEL_TOKEN": "${MIXPANEL_TOKEN}" }
},
"asana": {
"command": "npx",
"args": ["-y", "@asana/mcp-server"],
"env": { "ASANA_ACCESS_TOKEN": "${ASANA_ACCESS_TOKEN}" }
}
}
}Common Workflows
- Turn research notes into prioritized tickets and validate with cohort/funnel snapshots
- Review analytics before sprint planning to prioritize features by impact
- Document decisions in Notion and link to Linear issues for traceability
Safety First
Default-deny new tools, pin versions, and use per-server tokens. See the Security Pack for hardening guidance.