Productivity Stack
Slack, Gmail, and Google Calendar wired together in one config
What you can have running in the first 7 days
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.
10 min
Intermediate
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
{
"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
Get up and running in under 5 minutes.
# Copy MCP server configs
cp -r productivity-mcp-bundle/servers/ .mcp/
# Install server dependencies
cd .mcp && bun install
# Start servers
bun run mcp:startIntegration Stack. Pay once for the asset. Upgrade to implementation only when you want higher-touch help.
Community acceleration
Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.
Upgrade path
- Start with this package and validate the workflow.
- Add specialized skills or bundles once the core system is stable.
- Use the community to sharpen positioning, demos, and feedback loops.
Need this adapted to your business?
Buy the asset first if you can run it yourself. If this workflow is business-critical or needs custom implementation, move into a sprint or fractional CIO advisory instead of guessing.
Discuss implementation →Tags
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging