← Claude Docs

Platforms and integrations - Claude Code Docs

Claude Docs · April 8, 2026
Claude Code runs the same underlying engine everywhere, but each surface is tuned for a different way of working. This page helps you pick the right platform for your workflow and connect the tools you already use. Where to run Claude Code Choose a platform

Detailed Analysis

Claude Code's multi-platform architecture represents Anthropic's strategy of meeting developers across every surface where software work actually happens — from terminal sessions and desktop GUIs to IDE extensions, cloud environments, and mobile devices. The documentation outlines six distinct deployment contexts: a CLI optimized for scripting and remote server workflows, a Desktop application with visual diff review and parallel session management, extensions for VS Code and JetBrains IDEs, a web-hosted cloud environment, and a mobile client for iOS and Android. Each surface shares the same underlying engine, meaning configuration files, project memory, and Model Context Protocol (MCP) servers remain consistent across local deployments. The CLI retains the most complete feature set — including the Agent SDK and third-party provider support — while Desktop and IDE extensions trade some of those capabilities for richer visual tooling and tighter editor integration.

The integrations layer extends Claude Code beyond the codebase itself and into the operational fabric of modern software teams. Native integrations cover Chrome browser automation (using the user's authenticated sessions), GitHub Actions and GitLab CI/CD pipelines, automated pull request code review, and Slack for converting team-chat mentions into concrete development tasks like pull requests. Beyond these first-party connectors, MCP — an open standard for connecting AI systems to external data and services — enables Claude Code to reach virtually any tool, including Linear, Notion, Google Drive, or proprietary internal APIs, through shared `.mcp.json` configuration files. This architectural choice decouples the integration layer from the core product, allowing organizations to build custom connectors without waiting on Anthropic to add direct support.

The remote-access and asynchronous work capabilities signal a deliberate shift toward AI-assisted development that does not require the developer to be present or active. Three distinct mechanisms serve this need: Dispatch allows a user to send tasks from the Claude mobile app to a paired Desktop session on their own machine; Remote Control allows steering of an already-running CLI or VS Code session from a browser or phone; and Channels enable external event-driven triggers — such as CI failures posted to Telegram or Discord — to initiate or continue Claude sessions automatically. The web-hosted platform goes further still, running entirely in Anthropic's cloud so that long-running tasks survive disconnections, a feature that aligns with increasing demand for AI agents capable of sustained, unsupervised execution.

The breadth of this platform matrix reflects a broader competitive dynamic in the agentic AI coding space, where rivals like GitHub Copilot, Cursor, and Google's Gemini Code Assist are similarly racing to expand surface coverage and deepen workflow integration. Anthropic's architectural decision to unify configuration and memory across surfaces — while keeping the CLI as the full-featured canonical interface — mirrors how many developer tools balance power users with broader accessibility. The inclusion of scheduled tasks, CI/CD triggers, and cloud persistence also positions Claude Code not merely as an interactive coding assistant but as an autonomous development agent capable of operating continuously within an organization's engineering infrastructure.

The MCP standard deserves particular attention as a long-term strategic element. By anchoring Claude Code's extensibility on an open protocol rather than a closed integration marketplace, Anthropic reduces vendor lock-in concerns while simultaneously encouraging third-party developers, enterprise customers, and tooling vendors to build toward a shared interface standard. If MCP achieves meaningful adoption beyond Anthropic's own ecosystem — a trajectory that early integrations with tools like Zapier, Notion, and cloud providers such as Amazon Bedrock and Google Vertex AI suggest is underway — it could become infrastructure-level plumbing for how AI agents communicate with the broader software toolchain, regardless of which AI model sits at the center.

Read original article →