MCPHub LabRegistryanthropics/knowledge-work-plugins
anthropics

anthropics/knowledge work plugins

Built by anthropics • 10,523 stars

What is anthropics/knowledge work plugins?

Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork

How to use anthropics/knowledge work plugins?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add anthropics/knowledge work plugins using the following command: npx @modelcontextprotocol/anthropics-knowledge-work-plugins 4. Restart the client and verify the new tools are active.
šŸ›”ļø Scoped (Restricted)
npx @modelcontextprotocol/anthropics-knowledge-work-plugins --scope restricted
šŸ”“ Unrestricted Access
npx @modelcontextprotocol/anthropics-knowledge-work-plugins

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

anthropics/knowledge work plugins FAQ

Q

Is anthropics/knowledge work plugins safe?

Yes, anthropics/knowledge work plugins follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is anthropics/knowledge work plugins up to date?

anthropics/knowledge work plugins is currently active in the registry with 10,523 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for anthropics/knowledge work plugins?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

Knowledge Work Plugins

Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code.

Why Plugins

Cowork lets you set the goal and Claude delivers finished, professional work. Plugins let you go further: tell Claude how you like work done, which tools and data to pull from, how to handle critical workflows, and what slash commands to expose — so your team gets better and more consistent outcomes.

Each plugin bundles the skills, connectors, slash commands, and sub-agents for a specific job function. Out of the box, they give Claude a strong starting point for helping anyone in that role. The real power comes when you customize them for your company — your tools, your terminology, your processes — so Claude works like it was built for your team.

Plugin Marketplace

We're open-sourcing 11 plugins built and inspired by our own work:

PluginHow it helpsConnectors
productivityManage tasks, calendars, daily workflows, and personal context so you spend less time repeating yourself.Slack, Notion, Asana, Linear, Jira, Monday, ClickUp, Microsoft 365
salesResearch prospects, prep for calls, review your pipeline, draft outreach, and build competitive battlecards.Slack, HubSpot, Close, Clay, ZoomInfo, Notion, Jira, Fireflies, Microsoft 365
customer-supportTriage tickets, draft responses, package escalations, research customer context, and turn resolved issues into knowledge base articles.Slack, Intercom, HubSpot, Guru, Jira, Notion, Microsoft 365
product-managementWrite specs, plan roadmaps, synthesize user research, keep stakeholders updated, and track the competitive landscape.Slack, Linear, Asana, Monday, ClickUp, Jira, Notion, Figma, Amplitude, Pendo, Intercom, Fireflies
marketingDraft content, plan campaigns, enforce brand voice, brief on competitors, and report on performance across channels.Slack, Canva, Figma, HubSpot, Amplitude, Notion, Ahrefs, SimilarWeb, Klaviyo
legalReview contracts, triage NDAs, navigate compliance, assess risk, prep for meetings, and draft templated responses.Slack, Box, Egnyte, Jira, Microsoft 365
financePrep journal entries, reconcile accounts, generate financial statements, analyze variances, manage close, and support audits.Snowflake, Databricks, BigQuery, Slack, Microsoft 365
dataQuery, visualize, and interpret datasets — write SQL, run statistical analysis, build dashboards, and validate your work before sharing.Snowflake, Databricks, BigQuery, Definite, Hex, Amplitude, Jira
enterprise-searchFind anything across email, chat, docs, and wikis — one query across all your company's tools.Slack, Notion, Guru, Jira, Asana, Microsoft 365
bio-researchConnect to preclinical research tools and databases (literature search, genomics analysis, target prioritization) to accelerate early-stage life sciences R&D.PubMed, BioRender, bioRxiv, ClinicalTrials.gov, ChEMBL, Synapse, Wiley, Owkin, Open Targets, Benchling
cowork-plugin-managementCreate new plugins or customize existing ones for your organization's specific tools and workflows.—

Install these directly from Cowork, browse the full collection here on GitHub, or build your own.

Getting Started

Cowork

Install plugins from claude.com/plugins.

Claude Code

# Add the marketplace first
claude plugin marketplace add anthropics/knowledge-work-plugins

# Then install a specific plugin
claude plugin install sales@knowledge-work-plugins

Once installed, plugins activate automatically. Skills fire when relevant, and slash commands are available in your session (e.g., /sales:call-prep, /data:write-query).

How Plugins Work

Every plugin follows the same structure:

plugin-name/
ā”œā”€ā”€ .claude-plugin/plugin.json   # Manifest
ā”œā”€ā”€ .mcp.json                    # Tool connections
ā”œā”€ā”€ commands/                    # Slash commands you invoke explicitly
└── skills/                      # Domain knowledge Claude draws on automatically
  • Skills encode the domain expertise, best practices, and step-by-step workflows Claude needs to give you useful help. Claude draws on them automatically when relevant.
  • Commands are explicit actions you trigger (e.g., /finance:reconciliation, /product-management:write-spec).
  • Connectors wire Claude to the external tools your role depends on — CRMs, project trackers, data warehouses, design tools, and more — via MCP servers.

Every component is file-based — markdown and JSON, no code, no infrastructure, no build steps.

Making Them Yours

These plugins are generic starting points. They become much more useful when you customize them for how your company actually works:

  • Swap connectors — Edit .mcp.json to point at your specific tool stack.
  • Add company context — Drop your terminology, org structure, and processes into skill files so Claude understands your world.
  • Adjust workflows — Modify skill instructions to match how your team actually does things, not how a textbook says to.
  • Build new plugins — Use the cowork-plugin-management plugin or follow the structure above to create plugins for roles and workflows we haven't covered yet.

As your team builds and shares plugins, Claude becomes a cross-functional expert. The context you define gets baked into every relevant interaction, so leaders and admins can spend less time enforcing processes and more time improving them.

Contributing

Plugins are just markdown files. Fork the repo, make your changes, and submit a PR.

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "anthropics-knowledge-work-plugins": { "command": "npx", "args": ["anthropics-knowledge-work-plugins"] } } }