StackMCP
Beginner

Product Manager Stack

Issue tracking, roadmap management, team communication, and product analytics. Linear, Notion, Slack, and analytics in one config.

5 servers23.7K tokens12% of context

Token Budget

23.7K used (11.8%)176.3K remaining
Slack MCP6.2K (3.1%)
Linear MCP5.2K (2.6%)
Notion MCP5.2K (2.6%)
Jira MCP5.2K (2.6%)
Google Analytics MCP2.1K (1.0%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

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