Back to Industry Insights
Claude CoworkConnectors Guide

Claude Cowork Skills and Connectors: Turn Claude Into Your Desktop Command Center

Cowork connects Claude to your actual tools: Slack, Linear, Figma, Vercel, Supabase, and more. Here's the full breakdown of every connector, what it can do, and how to chain them into real workflows.

YNDR EngineeringMarch 202522 min read

Claude is smart. That's table stakes. What most people don't realize is that Claude can now reach out and touch your tools. It can read your Slack channels, create Linear issues, inspect Figma designs, query your database, and deploy your code. All from a single desktop interface.

This isn't a vision of the future. It's shipping now in Claude Cowork, and the connector ecosystem is already deep enough to replace entire swivel-chair workflows.

What Is Cowork?

Cowork is a feature of the Claude desktop app that gives Claude a lightweight Linux VM on your computer. Inside that sandbox, Claude can execute code, create files, and, critically, connect to external services through connectors.

Think of it as giving Claude hands. Instead of just thinking and talking, Claude can now do things: send a Slack message, create a Linear ticket, deploy a Vercel project, query a Supabase database. Each connector gives Claude a new set of capabilities, and you can chain them together into multi-step workflows.

The key insight: Cowork isn't just "Claude with plugins." It's Claude with agency. Every connector is a set of tools Claude can use autonomously to accomplish complex, multi-step tasks across your entire tool stack.

How MCP Works

Every connector in Cowork is built on the Model Context Protocol (MCP), an open standard Anthropic created for connecting AI models to external tools and data sources.

Here's the simple version: MCP defines a standard way for Claude to discover what tools are available, understand what they do, and call them with the right parameters. Each connector is an MCP server that exposes a set of tools, and Claude can use any of them during a conversation.

The protocol handles authentication, parameter validation, and response formatting. You just connect the service, and Claude gets a new set of capabilities. No code required on your end.

How a connector call works:

1

You ask Claude to do something (e.g., "post a summary in #engineering")

2

Claude identifies which connector and tool to use (Slack → send_message)

3

Claude constructs the API call with the right parameters

4

The MCP server authenticates and executes the call

5

Claude gets the result and continues its task

The Connector Ecosystem

Here's a detailed breakdown of every major connector available in Cowork today, what it does, what tools it exposes, and why it matters.

Slack

Full read/write access to your Slack workspace. Claude can search messages, read channels and threads, send messages, create and update canvases, schedule messages, and look up user profiles.

Read channelsRead threadsSearch messagesSend messagesSchedule messagesCreate canvasesUpdate canvasesUser profiles

Linear

Deep project management integration. Claude can create, read, and update issues, manage milestones, work with cycles, search documentation, handle labels, and manage projects, essentially acting as a project manager that never sleeps.

Create issuesUpdate issuesManage milestonesList cyclesSearch docsManage labelsTrack projectsManage teams

Figma

Bridge between design and development. Claude can inspect design files, extract metadata and screenshots, understand component structures, read design tokens and variables, and even generate code-to-component mappings.

Get design contextExtract screenshotsRead metadataVariable definitionsCode connect mapsComponent analysisFigJam boardsDesign system rules

Vercel

Full deployment lifecycle management. Claude can deploy projects, monitor deployments, read build and runtime logs, manage projects, check domain availability, and interact with toolbar threads for feedback.

Deploy projectsBuild logsRuntime logsManage projectsDomain checksList deploymentsToolbar threadsFetch URLs

Supabase

Direct database and backend control. Claude can execute SQL, manage migrations, create and merge branches, deploy edge functions, list tables and extensions, and even generate TypeScript types from your schema.

Execute SQLManage migrationsBranch managementEdge functionsList tablesTypeScript typesProject managementView logs

HubSpot

CRM access for sales and marketing workflows. Claude can search and retrieve CRM objects (contacts, companies, deals), look up properties, search owners, and pull user details, turning conversational queries into CRM operations.

Search CRM objectsGet propertiesSearch ownersUser detailsContact lookupCompany dataDeal trackingProperty search

Google Drive

File access across your Google Drive. Claude can search for files and fetch their contents, making it easy to reference documents, pull data from spreadsheets, and work with your team's shared knowledge base.

Search filesFetch documentsRead spreadsheetsAccess shared drives

Fireflies

Meeting intelligence at your fingertips. Claude can access meeting transcripts and summaries, search across meetings, manage meeting access, and pull contact information, perfect for post-meeting action items.

Get transcriptsMeeting summariesSearch meetingsActive meetingsUser contactsShare meetingsMove meetingsUser groups
Bonus connectors: Cowork also includes Claude in Chrome (full browser automation: navigate pages, click elements, fill forms, execute JavaScript, take screenshots) and Webflow (site management, CMS, page editing, component building, and style management). The ecosystem is growing fast.

Custom Skills

Beyond connectors, Cowork supports custom skills, specialized instruction sets that tell Claude how to handle specific types of tasks. Skills are like playbooks: they define step-by-step processes Claude should follow.

Cowork ships with several built-in skills for document creation (DOCX, XLSX, PPTX, PDF), and you can create your own. Skills can be triggered manually via slash commands or automatically when Claude detects a matching task.

Built-in SkillTriggers WhenWhat It Does
docxWord doc, .docx, report, memoCreates professionally formatted Word documents
xlsxSpreadsheet, Excel, .xlsx, data tableBuilds Excel files with formulas, formatting, and charts
pptxPresentation, deck, slides, .pptxGenerates slide decks with layouts and speaker notes
pdfPDF, .pdf, form, extract, mergeReads, creates, merges, splits, and fills PDF documents
scheduleSchedule, recurring, automate on intervalCreates tasks that run on demand or on a schedule

Plugins

Plugins are installable bundles that package together MCP connectors, skills, and tools into a single unit. They're how the Cowork ecosystem scales. Instead of configuring each connector individually, you install a plugin that bundles everything you need for a specific workflow.

You can create custom plugins using the built-in plugin creator skill, customize existing plugins for your organization's specific tools and workflows, or browse the plugin marketplace for pre-built solutions.

Think of it this way: Connectors are individual tools. Skills are playbooks. Plugins are complete toolkits that bundle both together for specific use cases.

Five Practical Workflows

Here's where it gets real. These aren't hypothetical. They're workflows you can build today by combining connectors.

1

Sprint Standup Autopilot

"Pull yesterday's Linear activity for the team, summarize what shipped, what's in progress, and what's blocked, then post it to #engineering in Slack."

LinearSlack
2

Design-to-Ticket Pipeline

"Look at the new Figma designs for the settings page, break them into implementation tasks with acceptance criteria, and create Linear issues for each one."

FigmaLinear
3

Meeting Action Item Tracker

"Pull the transcript from today's product sync, extract every action item with owners and deadlines, create Linear issues for engineering tasks, and DM each owner in Slack with their assignments."

FirefliesLinearSlack
4

Deploy Monitor and Alert

"Check the latest Vercel deployment. If the build failed, pull the logs, identify the error, create a Linear bug ticket with the stack trace, and alert the team in Slack."

VercelLinearSlack
5

CRM-to-Report Pipeline

"Pull all deals closed this quarter from HubSpot, cross-reference with the revenue targets in Google Drive, generate a quarterly report as a polished PPTX, and share the summary in #sales on Slack."

HubSpotGoogle DriveSlack

Getting Started

Setting up Cowork connectors is straightforward. Open the Claude desktop app, navigate to Cowork mode, and you'll see available connectors in the settings. Each one walks you through OAuth authentication. Click connect, authorize, and you're live.

Start with the tools your team uses most. If you live in Slack and Linear, connect those first. Once you see Claude pulling real data from your actual workspace and taking real actions, the possibilities become obvious.

The teams getting the most value from Cowork aren't the ones with the most connectors. They're the ones who've identified their highest-friction workflows and automated them. Find the workflow where your team spends the most time copying information between tools, and start there.

Important: Cowork runs in a sandboxed environment and always asks for confirmation before taking actions like sending messages or creating issues. You stay in control. Claude proposes, you approve.

"The future of work isn't AI replacing tools. It's AI connecting them. Cowork turns Claude from a chatbot into an operating system for your entire workflow."

- YNDR Engineering

Ready to build workflows with Cowork?

YNDR helps teams design and implement Claude-powered workflows, from connector setup to custom plugins that automate your entire operation. Let's build something together.

Book a Call