StackMCP

Operations Manager Stack for Cursor

Beginner6 servers25.8K tokens

Configuration

{
  "mcpServers": {
    "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"
      }
    },
    "slack-official-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN",
        "SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID"
      }
    },
    "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"
      }
    },
    "todoist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "todoist-mcp"
      ],
      "env": {
        "TODOIST_API_TOKEN": "YOUR_TODOIST_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"
      }
    }
  }
}

Where to save

Paste the config above into:

.cursor/mcp.json

Environment Variables

Replace the YOUR_ placeholders with your actual values.

LINEAR_API_KEYrequired

Linear API key

Used by: Linear MCP

NOTION_API_KEYrequired

Notion integration API key

Used by: Notion MCP

SLACK_BOT_TOKENrequired

Slack bot token (xoxb-...)

Used by: Slack MCP (Official)

SLACK_TEAM_IDrequired

Slack team/workspace ID

Used by: Slack MCP (Official)

JIRA_URLrequired

Jira instance URL

Used by: Jira MCP

JIRA_EMAILrequired

Jira account email

Used by: Jira MCP

JIRA_API_TOKENrequired

Jira API token

Used by: Jira MCP

TODOIST_API_TOKENrequired

Todoist API token

Used by: Todoist MCP

GA_PROPERTY_IDrequired

Google Analytics 4 property ID

Used by: Google Analytics MCP

GOOGLE_APPLICATION_CREDENTIALSrequired

Path to Google service account JSON key file

Used by: Google Analytics MCP

What’s in this stack

Linear MCP10 tools

Manage Linear issues, projects, cycles, and teams. Create, update, and search issues directly from your AI editor.

Tracks engineering and product work with streamlined issue management that keeps teams accountable to deadlines.

Notion MCP10 tools

Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.

Centralizes SOPs, company policies, and cross-team documentation so everyone operates from the same playbook.

Official MCP server for Slack. Send and read messages, manage channels, and search conversations from your AI editor.

Coordinates across departments with automated status updates and workflow notifications in the right channels.

Jira MCP10 tools

Interact with Jira projects and issues. Create, update, search, and manage issues and sprints from your AI editor.

Manages complex cross-functional projects with custom workflows that match your organization's processes.

Manage your Todoist tasks, projects, and labels. Create, complete, and organize tasks from your AI editor.

Keeps your own task list organized across the dozens of action items that come from every meeting and review.

Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.

Provides business metrics and KPI dashboards to measure the operational health of customer-facing products.

Other editors