---
name: knowledge-work-cowork-plugin-management
description: "Use when you need to create, customize, or manage Cowork plugins tailored to your org's tools — configuring MCP servers, plugin behavior, and templates."
source: https://github.com/anthropics/knowledge-work-plugins/tree/main/cowork-plugin-management
generated: 2026-07-02T18:42:06.243Z
category: tool
audience: engineers
---

## When to use

- Scaffolding a new Cowork plugin tailored to your organization's tools and workflows
- Customizing an existing plugin's behavior to match how your team works
- Configuring MCP servers so a plugin can reach your internal tools
- Adapting plugin templates rather than building plugin structure from scratch

## Key concepts

### create-cowork-plugin

Scaffolds a new plugin tailored to an organization's tools and workflows, generating the plugin structure so you start from a working template instead of a blank slate.

### cowork-plugin-customizer

Adjusts an existing plugin's behavior and adapts its templates to match how a specific team works.

### MCP server configuration

Wires plugins to your organization's tools by configuring the MCP servers a plugin depends on for data and actions.

### Org-tailored templates

Plugins are built from adaptable templates so the same base can be shaped to different teams' tools, terminology, and workflows.

## API reference

```
/plugin marketplace add anthropics/knowledge-work-plugins
```

Add Anthropic's knowledge-work plugin marketplace (one-time).

```
/plugin marketplace add anthropics/knowledge-work-plugins
```

```
/plugin install cowork-plugin-management@knowledge-work-plugins
```

Install the Cowork Plugin Management plugin.

```
/plugin install cowork-plugin-management@knowledge-work-plugins
```

## Gotchas

- Primarily designed for Cowork, Anthropic's agentic desktop app, though it also runs in Claude Code
- This is a meta-plugin for building other plugins — it manages plugins rather than doing end-user work itself
- Customized plugins are only as useful as their MCP wiring; misconfigured servers leave the plugin blind to your tools
- It is early-stage (version 0.2.x), so behavior and templates may change more than the 1.x plugins

---
Generated by SkillMake from https://github.com/anthropics/knowledge-work-plugins/tree/main/cowork-plugin-management on 2026-07-02T18:42:06.243Z.
Verify against source before relying on details.