Model Context Protocol (MCP) server configuration and tool manifest for composio-community/open-claude-cowork
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"open-claude-cowork": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-open-claude-cowork"
]
}
}
}