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.
Servers in this bundle (5)
- Linear · Community · Productivity
Browse + create Linear issues, projects, and cycles — full CRUD with filter support.
- Notion · Community · Productivity
Read + write Notion pages, databases, and blocks — the official-API surface as MCP tools.
- Slack · Anthropic · Communication
Post messages, read channels, search history, and manage users in a Slack workspace.
- Google Calendar · Community · Productivity
Read + create + update Google Calendar events across multiple calendars.
- Todoist · Community · Productivity
Manage Todoist tasks, projects, and labels — full REST API surface.