What is MCP?
Model Context Protocol is a standardized way for AI assistants to interact with external tools. Each MCP server provides a set of tools that Claudio can use to perform specific actions—like creating tasks in ClickUp, reading Google Docs, or sending Slack messages.Configured integrations
Claudio comes pre-configured with the following MCP servers:ClickUp
Manage initiatives, epics, and user stories
GitHub
Work with repositories, PRs, and issues
Slack
Send messages and search conversations
Google Docs
Create and edit documents
Google Sheets
Read and update spreadsheets
Granola
Access meeting notes and transcriptions
BigQuery
Query and analyze data
How to use integrations
You can interact with MCPs through any of Claudio’s channels:- Cursor IDE: Use Claudio directly in your code editor
- Terminal: Run commands via the Claude Code CLI
- Telegram: Chat with Claudio on the go
- Slack: Mention @Claudio in channels or DM
Configuration
All MCP servers are configured inmcp/cursor-config.json. Each integration page includes setup instructions and required credentials.
For Cursor users, copy the configuration to ~/.cursor/mcp.json. For Claude Code CLI users, see mcp/claude-code-config.example.json.
Multi-tool workflows
Claudio can orchestrate actions across multiple MCPs. Common workflows include:- Daily standup: Create Google Doc notes → Share link in Slack
- Sprint reports: Query ClickUp tasks → Update Google Sheet → Notify Slack
- Meeting follow-up: Get Granola transcript → Create ClickUp tasks → DM assignees in Slack