Bundle

Team productivity pack

Let your assistant run the busywork: Linear issues, Notion docs, Slack messages, calendar slots and todo lists — the five tools most teams already live in.

5 servers · created Jun 11, 2026

Install all of them at once

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "@jerhadf/linear-mcp-server"
      ],
      "env": {
        "LINEAR_API_KEY": "${LINEAR_API_KEY}"
      }
    },
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-notion-server"
      ],
      "env": {
        "NOTION_API_TOKEN": "${NOTION_TOKEN}"
      }
    },
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
        "SLACK_TEAM_ID": "${SLACK_TEAM_ID}"
      }
    }
  }
}

Or install one-by-one

npm install -g @jerhadf/linear-mcp-server
npm install -g mcp-notion-server
npm install -g @modelcontextprotocol/server-slack
npm install -g google-calendar-mcp
npm install -g todoist-mcp-server

Like this stack? Build your own.

Free account, 30 seconds. Save servers, ship public or private bundles, install one-click into Claude Desktop or Cursor.

Sign in to create →

Servers in this bundle (5)