ClipMarts

Productivity Stack

Slack, Gmail, and Google Calendar wired together in one config

$29Operator PackFor departments, agencies, and ops-heavy teams

What is Productivity Stack?

A pre-configured bundle of MCP servers for productivity tools. Includes Slack (read/write channels, DMs, reactions), Gmail (read, compose, label, search), and Google Calendar (read events, create events, check availability). All servers tested together with shared auth scaffolding and a docker-compose for local development.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-code

What's Included

  • mcp-servers.json
  • servers/slack/config.json
  • servers/slack/auth-setup.md
  • servers/gmail/config.json
  • servers/gmail/auth-setup.md
  • servers/google-calendar/config.json
  • servers/google-calendar/auth-setup.md
  • docker-compose.yaml
  • env.example
  • scripts/setup.sh
  • scripts/test-connections.sh
  • README.md

Preview

mcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@mcp/slack-server"],
      "env": {
        "SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
        "SLACK_TEAM_ID": "${SLACK_TEAM_ID}"
      }
    },
    "gmail": {
      "command": "npx",
      "args": ["-y", "@mcp/gmail-server"],
      "env": {
        "GMAIL_CREDENTIALS_PATH": "./credentials/gmail.json"
      }
    },
    "google-calendar": {
      "command": "npx",
      "args": ["-y", "@mcp/gcal-server"],
      "env": {
        "GCAL_CREDENTIALS_PATH": "./credentials/gcal.json"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./productivity-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip productivity-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./productivity-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill productivity-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Productivity Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the productivity-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Productivity Stack" from the list.

Share
Files included12
Setup time10 min
Difficultyintermediate

Tags

mcpslackgmailcalendarproductivitygoogle