claude.ai cloud connectors (Gmail, Calendar, Slack, Notion) unavailable in --channels CLI sessions
Describe the bug
When running claude --channels plugin:telegram@claude-plugins-official, cloud connectors configured at claude.ai/settings/connectors (Gmail, Google Calendar, Slack, Notion, Granola, Airtable) are not available to the session. The bot correctly receives and responds to Telegram messages, but cannot access any cloud-connected tools.
This makes channels significantly less useful — the bot can read vault files and run skills, but cannot check email, calendar, Slack, or CRM. The same connectors work perfectly in the Claude Desktop app.
To reproduce
- Configure connectors at claude.ai/settings/connectors (Gmail, Calendar, Slack, Notion)
- Confirm they work in Claude Desktop app (Claudian)
- Run
claude --channels plugin:telegram@claude-plugins-official --dangerously-skip-permissions - Send a Telegram message asking the bot to check email or calendar
- Bot reports connectors are not available
claude mcp listshows only local servers (telegram plugin, perplexity), no cloud connectors
Expected behaviour
Cloud connectors should sync to CLI sessions (including --channels sessions) the same way they sync to the desktop app. The feature flag tengu_claudeai_mcp_connectors is true and claudeAiMcpEverConnected in .claude.json lists all connectors correctly.
Environment
- Claude Code v2.1.81
- macOS Darwin 25.1.0 (Apple Silicon)
- Feature flag
tengu_claudeai_mcp_connectors: true claudeAiMcpEverConnectedlists: Gmail, Slack, Google Calendar, Granola, Airtable, Notion, Excalidraw, Magic Patterns, Fathom, Canva, Mermaid Chartclaude mcp listshows only: telegram plugin, perplexity (local .mcp.json), notion (manually added HTTP), airtable (manually added stdio)
Impact
Running multiple Telegram bots via --channels for different business domains (personal assistant, people management, sales/partnerships) is severely limited without access to Gmail, Calendar, Slack, and Notion. The bots can only access local vault files and Perplexity, making them far less capable than the desktop session.
Related issues
- #29345 — claude.ai connectors not loading in CLI
- #21874 — claude.ai MCPs not showing (feature flag issue)
- #30385 — CoWork connectors lose session state
- #37072 — Channel plugin MCP tools not available in session
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗