Product Manager Stack
Issue tracking, roadmap management, team communication, and product analytics. Linear, Notion, Slack, and analytics in one config.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"slack-mcp"
],
"env": {
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN"
}
},
"linear-mcp": {
"command": "npx",
"args": [
"-y",
"linear-mcp"
],
"env": {
"LINEAR_API_KEY": "YOUR_LINEAR_API_KEY"
}
},
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"notion-mcp-server"
],
"env": {
"NOTION_API_KEY": "YOUR_NOTION_API_KEY"
}
},
"jira-mcp": {
"command": "npx",
"args": [
"-y",
"jira-mcp"
],
"env": {
"JIRA_URL": "YOUR_JIRA_URL",
"JIRA_EMAIL": "YOUR_JIRA_EMAIL",
"JIRA_API_TOKEN": "YOUR_JIRA_API_TOKEN"
}
},
"google-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"@google-analytics/mcp"
],
"env": {
"GA_PROPERTY_ID": "YOUR_GA_PROPERTY_ID",
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
}
}
}
}Included Servers
Linear MCP
Community
Manage Linear issues, projects, cycles, and teams. Create, update, and search issues directly from your AI editor.
Create issues, manage sprints, and track progress without leaving your AI assistant. The fastest way to stay on top of your backlog.
Notion MCP
Community
Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.
PRDs, meeting notes, and product specs live in Notion. Search and update them conversationally.
Slack MCP
Community
Integrate the Slack Web API into your AI workflows. Send messages, manage channels, search conversations, and more.
Search team conversations, send updates, and stay connected to engineering discussions from your editor.
Jira MCP
Community
Interact with Jira projects and issues. Create, update, search, and manage issues and sprints from your AI editor.
For teams on Jira — manage tickets, track epics, and pull sprint data alongside your Linear workflow.
Google Analytics MCP
Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.
Validate product decisions with real data. Run GA4 reports to measure feature adoption and user behavior.