← Reddit

CoWork 3p Slack Connectors

Reddit · dsmith1024 · April 24, 2026
A user reported experiencing failures with the CoWork 3p Slack connector and noted that it lacks the ability to automatically discover the client ID, a feature available in the default Claude Code connector. The issue was raised publicly to determine whether other users had successfully implemented the connector.

Detailed Analysis

Claude Cowork's third-party (3p) Slack connector configuration is surfacing practical friction points for users attempting to extend Anthropic's agentic AI platform beyond its default integration pathways. A Reddit user on r/ClaudeAI flagged a recurring failure when setting up the Slack MCP connector using the HTTP-based configuration format — specifically citing an inability to auto-discover the OAuth client ID, a capability that the native Claude Code connector handles automatically. The user's posted configuration snippet reveals an attempted manual setup via `https://mcp.slack.com/mcp` with a custom callback port, pointing to a gap between Cowork's first-party tooling experience and what it exposes for third-party connector customization.

The distinction between Cowork's built-in Slack connector and the third-party extension pathway is significant. Anthropic's official Slack integration — launched with Interactive Apps in January 2026 — allows users on Pro, Max, Team, and Enterprise plans to connect Slack through a guided Settings > Connectors flow, with OAuth authentication handled transparently. The 3p extension system, documented at `claude.com/docs/cowork/3p/extensions`, is a separate mechanism built atop the Model Context Protocol (MCP), which Anthropic introduced in 2024 as a standardized layer for tool and context integrations. Where the default connector abstracts away credential management, the 3p path requires users to supply a `clientId` explicitly — a step that presupposes familiarity with Slack's OAuth app registration process and introduces a configuration surface that is apparently not yet well-documented or reliably functional.

This failure mode reflects a broader challenge in productizing agentic AI platforms: the gap between polished first-party integrations and the rough edges of developer-facing extensibility layers. Anthropic has invested heavily in making Cowork approachable for knowledge workers — the platform synthesizes data from Slack channels, direct messages, and local files to execute multi-step tasks autonomously without granular user prompting. But the 3p connector system, by design, targets a more technical audience attempting to wire up custom or alternative MCP endpoints. When that pathway lacks parity features like client ID discovery, it creates a credibility gap that may discourage adoption among developers who might otherwise build on top of Cowork's agentic capabilities.

The issue also underscores a systemic tension in MCP-based architectures: the protocol standardizes communication between AI systems and external tools, but OAuth and credential management remain deeply context-specific. Slack's own OAuth flow requires a registered app with defined scopes, redirect URIs, and client credentials — none of which MCP itself negotiates. The Claude Code connector's ability to auto-discover the client ID suggests Anthropic has baked Slack-specific logic into that integration path, logic that has not yet been generalized or exposed through the 3p extension framework. Until that capability is ported or documented, users attempting manual MCP-over-HTTP Slack connections will likely continue hitting the same wall.

Looking at the broader trajectory, Anthropic's Cowork platform is positioned as a direct competitor to productivity-AI hybrids from Microsoft (Copilot) and Google (Gemini for Workspace), both of which have mature connector ecosystems with enterprise-grade OAuth tooling. As Cowork scales beyond its initial Team and Enterprise rollout, the robustness of its third-party extensibility layer will become a meaningful differentiator — or liability. The Reddit thread, while narrow in scope, signals that the 3p connector documentation and OAuth scaffolding need significant maturation before Cowork can credibly serve developers and IT administrators looking to build bespoke Slack-integrated workflows on top of Anthropic's MCP infrastructure.

Read original article →