TOKREPO · Arsenal IA
Nouveau · cette semaine

Suite de Productivité MCP — Connecte l'IA à tes outils de travail

Dix serveurs MCP pour le knowledge worker qui vit dans Notion, Linear, Slack, GitHub, Google Workspace et Jira — et qui veut que Claude/Codex/Cursor lisent et écrivent dans ces outils au lieu d'en parler. Serveurs officiels d'abord, agrégateurs multi-outils ensuite, plus des conseils d'auth et de scope pour ne pas donner à l'agent plus qu'il ne faut.

10 ressources

What's in this pack

This is the suite for the person whose week is half Notion docs, a quarter Linear tickets, and the rest scattered across Slack threads, GitHub PRs, Gmail, and a calendar that lies to them. The goal is not "plug in everything." The goal is to get Claude/Codex/Cursor to read and write the tools you actually live in, one tool at a time, without giving the agent more permission than you'd give an intern on day one.

Every pick here is an MCP server (Model Context Protocol) that exposes tool calls — search a Notion page, create a Linear ticket, draft a Slack reply, read a Gmail thread, comment on a GitHub PR. Most are official servers from the vendor. A few are multi-tool aggregators (Le Chat Connectors, Airweave, Composio) for when you want one MCP that reaches a dozen SaaS apps. Aggregators are useful but they're also a bigger blast radius — they go last in this pack on purpose.

Install order — pick one SaaS, then the next

  1. Notion MCP — start here if your team's source of truth is Notion. Search pages, read content, append blocks, manage database rows. Read-only token first; you can always upgrade scopes later.
  2. Linear MCP — if you triage tickets daily, this is the highest-leverage pick. Create issues from a Slack thread, comment on issues from a PR, move statuses without leaving the editor.
  3. Slack MCP — read channels you're already in, post as yourself, fetch threads for context. Treat the bot scope like a loaded gun: start in DM-only, add channels deliberately.
  4. GitHub MCP — repository management, PR review, issue triage. If you're an engineer this is non-negotiable; if you're a PM, the read-only flavor still pays for itself by Friday.
  5. MCP Atlassian — Jira + Confluence in one server. Substitute for Asana if your team is Atlassian-shaped (most enterprises are). Scope to one project before you scope to a workspace.
  6. Google Workspace MCP — Gmail, Calendar, Drive in one. Read calendar for free; sending email needs an explicit scope upgrade. Don't grant gmail.send until you've watched it draft for a week.
  7. Tempo MCP — Calendar + time tracking. The piece Google Workspace MCP can't do: log hours, query worklogs, build weekly summaries. Skip if you don't track time.
  8. Le Chat Connectors — Mistral's bundle: Slack + Notion + Drive in a single MCP. Pick this instead of installing 3 separate servers if you don't need the deeper per-tool capabilities.
  9. Airweave — context retrieval across 50+ integrations. Use as a unified search/read layer; pair with the official write-capable servers above. Heavier setup, bigger payoff.
  10. Composio — 250+ tool integrations including the long tail (HubSpot, Intercom, Salesforce, Trello). The escape hatch when a vendor has no official MCP.

Auth tips — get this right or skip the pack

  • OAuth > raw API tokens whenever offered. OAuth tokens are scoped, revocable, auditable. Raw API tokens with admin:write are how blast radii happen.
  • Notion: create an internal integration, share it to one parent page first. Database access is per-page; the integration sees only what you explicitly share.
  • Linear: personal API key works, but OAuth app with team-scoped permissions is safer for any agent that touches production tickets.
  • Slack: bot token (xoxb-) for posting, user token (xoxp-) only if you need to read DMs. Never paste either into a public repo — Slack auto-revokes tokens that hit GitHub, but agents reading config files can still leak them upstream.
  • GitHub: prefer fine-grained Personal Access Tokens scoped to specific repos. Avoid classic PATs with repo scope unless you actually need to write to every repo you can see.
  • Google Workspace: separate scopes for read-vs-write. Calendar read is harmless; Gmail send is not. Most aggregators ask for the kitchen sink — say no, then add scopes one at a time.
  • Atlassian: API token + email pair for Cloud, OAuth for Server. Project-scoped users are a 5-minute admin task that prevents most of the "agent moved 400 tickets" disasters.

Scope safety — a checklist before each install

  1. Read-only first. Almost every MCP server has a read-only flavor. Wire it in, prove the agent's call patterns match what you expected, then upgrade to write.
  2. One workspace, one project. Don't scope a new MCP to your entire org. Pick the lowest-stakes project you have and scope to it.
  3. Watch the first 5 calls. Most MCP clients (Claude Code, Cursor, Codex) log tool calls. Tail them while the agent works for the first hour.
  4. Rotate tokens on a schedule. 90 days is plenty. Calendar reminder, not a TODO.
  5. Audit who has what. Notion integrations, GitHub apps, Slack bots — each platform has an admin page that lists every connected token. Visit it monthly.
  6. Kill switches. Know how to revoke each integration before you install it. "How do I yank this token at 2am" should have an answer.

Workflows this pack unlocks

  • Weekly review without tab-switching — Notion + Linear + Calendar in one agent context. Ask: "What shipped, what slipped, what's blocking next week?" and let it pull from the three sources directly.
  • PR-to-ticket loop — GitHub MCP reads the diff, Linear MCP creates a follow-up ticket with the PR linked, Slack MCP notifies the right channel. Three tool calls, no human glue.
  • Customer thread digest — Slack + Gmail + Notion. Agent reads a customer escalation thread, drafts a Notion postmortem stub, leaves the Gmail reply in drafts for you to send.
  • Standup replacement — Calendar + Linear + Slack. Agent reads yesterday's closed tickets, today's calendar, and posts a Slack standup that's actually accurate.

Common pitfalls

  • Granting admin:* scopes "just to test" — you'll forget. Start scoped; expand only when needed.
  • Installing 5 MCP servers in one afternoon — overwhelms the agent's tool-call budget and makes failures hard to diagnose. One per day, verify, then the next.
  • Forgetting that OAuth tokens expire — refresh flow needs to work, or the agent silently degrades to "I don't have access to that tool" answers a month later.
  • Aggregators that re-surface every scope as their own — Airweave/Composio/Le Chat each ask for combined scopes. Read what they're actually requesting; it's often more than the sum of the individual integrations.
  • Letting the agent loose on a shared Slack channel — set a dedicated #agent-output channel for the first month. Promote to your team channels only after the failure mode is well understood.
  • No revocation drill — if you can't revoke all 10 integrations in 5 minutes, you don't have a suite, you have a liability.
INSTALLER · UNE COMMANDE
$ tokrepo install pack/mcp-productivity-suite
passez-la à votre agent — ou collez-la dans votre terminal
Ce qu'il contient

10 ressources prêtes à installer

MCP#01
Notion MCP — Connect AI Agents to Your Knowledge Base

Official MCP server for Notion workspace access. Search pages, read content, create and update databases, and manage tasks in Notion through Claude Code tool calls.

by Notion·206 views
$ tokrepo install notion-mcp-connect-ai-agents-your-knowledge-base-32ffd470
MCP#02
Linear MCP — Project Management for Claude Code & Cursor

Linear's official MCP lets Claude Code, Cursor, Codex CLI manage Linear issues, projects, cycles. Search by status, create issues from chat, link PRs.

by Linear·108 views
$ tokrepo install linear-mcp-project-management-for-claude-code-cursor
MCP#03
Slack MCP — Team Messaging Server for AI Agents

MCP server that connects AI agents to Slack workspaces. Send messages, read channels, search history, manage threads, and automate team communication via natural language. 1,500+ stars.

by Slack·126 views
$ tokrepo install slack-mcp-team-messaging-server-ai-agents-d5a6ae87
MCP#04
GitHub MCP — Repository Management for AI Agents

Official GitHub MCP server that gives AI agents access to repos, issues, PRs, code search, and Actions. Create branches, review PRs, and manage projects via natural language. 5,000+ stars.

by GitHub·137 views
$ tokrepo install github-mcp-repository-management-ai-agents-d6e7f6a5
MCP#05
Google Workspace MCP — Gmail/Calendar/Drive for Agents

Google Workspace MCP exposes Gmail, Calendar, and Drive actions as MCP tools so agents can summarize inboxes and manage schedules with minimal scopes.

by MCP Hub·61 views
$ tokrepo install google-workspace-mcp-gmail-calendar-drive-for-agents
MCP#06
MCP Atlassian — Jira + Confluence Tools for Agents

mcp-atlassian is an MCP server for Jira and Confluence so your agent can search, create, and update issues/pages via IDE MCP configuration.

by MCP Hub·5 views
$ tokrepo install mcp-atlassian-jira-confluence-tools-for-agents
MCP#07
Le Chat Connectors — Slack, Notion, Drive Tools for Claude

Le Chat ships pre-validated connectors for Slack, Notion, Drive, Linear, Figma. Wire them into Claude Code or Cursor as MCP servers via le-chat-mcp.

by Mistral AI·80 views
$ tokrepo install le-chat-connectors-slack-notion-drive-tools-for-claude
MCP#08
Airweave — Context Retrieval Layer for AI Agents, 50+ Integrations

Open-source context retrieval layer connecting AI agents to 50+ apps including Notion, Slack, GitHub, and Jira. Unified search API with MCP support.

by MCP Hub·140 views
$ tokrepo install airweave-context-retrieval-layer-ai-agents-50-integrations-1abeff10
MCP#09
Composio — 250+ Tool Integrations for AI Agents

Connect AI agents to 250+ tools (GitHub, Slack, Gmail, Jira, etc.) with managed auth and natural language actions. Works with LangChain, CrewAI, and OpenAI.

by MCP Hub·82 views
$ tokrepo install composio-250-tool-integrations-ai-agents-cf74621a
MCP#10
Tempo MCP — Calendar and Time Tracking for Agents

MCP server that gives AI agents calendar awareness and time tracking. Tempo MCP integrates with Google Calendar and Toggl for scheduling, time logging, and availability checks.

by MCP Hub·129 views
$ tokrepo install tempo-mcp-calendar-time-tracking-agents-b84b96fd
Questions fréquentes

Questions fréquentes

Do I need all ten MCP servers, or can I just install the ones for tools I use?

Just the ones you use. The pack is a menu, not a recipe. A solo founder might run only Notion + GitHub + Calendar. A PM might run Linear + Slack + Notion + Google Workspace. The aggregators (Le Chat Connectors, Airweave, Composio) are alternatives or supplements — pick one if you want broader coverage with less setup, but you'll trade some depth per-tool.

Should I use the official Notion/Slack/GitHub MCP, or an aggregator like Composio that covers all of them?

Start with official servers. They're maintained by the vendor, scopes map cleanly to that vendor's permission model, and you can audit one tool at a time. Aggregators are excellent when you need the long tail (HubSpot, Intercom, Linear-plus-five-other-PM-tools) or when the per-tool capability set in the official server is more than you need. Most teams end up running both: official servers for the 3-4 tools they touch hourly, aggregators for the rest.

How dangerous is letting an MCP agent write to Slack or send Gmail?

More dangerous than reading. The mitigation is scope, not avoidance: a Slack bot scoped to one channel and a Gmail account with only gmail.compose (drafts, not send) is genuinely safe to give an agent. The unsafe path is granting chat:write across all channels plus gmail.send and walking away. Watch the first 50 actions, then expand scope based on observed behavior.

Which MCP server should I install first if I'm new to MCP entirely?

Notion MCP if you live in Notion, or GitHub MCP if you're an engineer. Both have clean OAuth, well-documented scopes, and the cost of a mistake is recoverable (Notion has page-level undo; GitHub PR comments and issues can be deleted). Avoid Slack and Gmail as your first MCP — the audience for mistakes is bigger and the recovery is slower.

What about Asana — there's no official MCP yet?

Correct, no official Asana MCP at time of writing. Two workarounds: (1) Composio includes Asana as one of its 250+ integrations, so it works via the aggregator path; (2) if your team is open to a switch, MCP Atlassian (Jira) and Linear MCP both have first-class servers and richer agent tool surfaces. We're tracking the official Asana MCP and will add it to this pack when it ships.

PLUS DANS L'ARSENAL

12 packs · 80+ ressources sélectionnées

Découvrez tous les packs curatés sur la page d'accueil

Retour à tous les packs