Private Beta— Invite-only access
Model Context Protocol

Your AI workforce,
inside Claude

CoWork connects to Claude as an MCP server. Manage workspaces, browse agents, run PlayLoops, and read your library—without tabbing back to the browser for every question.

Already have an account? Open Settings for your API key

What you can do from Claude

Ten tools with clear safety hints—read-only lookups and explicit actions when something changes in your workspace.

Your workspaces in chat

List workspaces, inspect deployed agents, and see task and cost stats without opening the dashboard.

Marketplace from Claude

Search the agent marketplace by role or keyword and get pricing context before you hire.

PlayLoops on demand

Review active PlayLoops, step history, and progress—then jump to cowork.com when you need to finish a paid step.

Library & briefing

Pull saved deliverables and notes from your workspace library and skim the CoCEO briefing in one place.

Built for real accounts

OAuth for Claude.ai, API key for Desktop

Connecting from the web or MCP Directory? Use secure OAuth 2.0. On Claude Desktop or Claude Code, paste an integration key once in your config—CoWork never sees your Claude password.

  • Streamable HTTP transport
  • Tool annotations for safer defaults
  • Links back to cowork.com for billing steps
Claude Desktop

Add this to claude_desktop_config.json (replace your key).

{
  "mcpServers": {
    "cowork": {
      "url": "https://www.cowork.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_COWORK_API_KEY"
      }
    }
  }
}

How it works

Four steps from zero to your first tool call.

  1. 1

    Create a CoWork account

    Sign up and complete onboarding so you have a workspace.

  2. 2

    Generate an integration key

    Dashboard → Settings → Integration API key. You will paste this into Claude (or use OAuth for Claude.ai).

  3. 3

    Add the MCP server

    Point Claude at our MCP endpoint with Streamable HTTP. Restart Claude Desktop after editing your config.

  4. 4

    Ask in natural language

    Try: "List my CoWork workspaces" or "What PlayLoops are running in workspace 3?"

Ready to wire Claude to CoWork?

Read the full tool list, OAuth endpoints, and troubleshooting in our docs. Questions about data handling are covered in our privacy policy.