Back to stacks
Team Collaboration
by Jonathan S
Stay in sync across Slack, Discord, Gmail, and Google Calendar. Never miss a message.
Servers in this stack
communication
Slack
Send and read messages in Slack workspaces.
@modelcontextprotocol/server-slackcommunication
Discord
Read and send messages in Discord servers and channels.
communication
Gmail
Read, send, and manage Gmail messages and threads.
productivity
Google Calendar
Read and manage Google Calendar events and schedules.
productivity
Notion
Read and write Notion pages, databases, and blocks.
@modelcontextprotocol/server-notionCopy config
// .vscode/mcp.json{ "servers": { "slack": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-slack" ], "type": "stdio" }, "notion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-notion" ], "type": "stdio" } }}