Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"knowledge-work-plugins": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-knowledge-work-plugins"
]
}
}
}