knowledge-work-plugins (MCP Server)

GitHub

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

23,495 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "knowledge-work-plugins": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-knowledge-work-plugins"
      ]
    }
  }
}