mcp-chromeMCP Server36/100 via “trigger system and workflow scheduling”
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.
Unique: Implements a trigger registry that decouples trigger conditions from workflow execution, enabling flexible scheduling patterns (time-based, event-based, webhook-based) without modifying workflow definitions; uses a persistent scheduler in the Node.js server to ensure reliability
vs others: More flexible than simple cron scheduling because it supports event-based triggers; more reliable than browser-based scheduling because the Node.js server runs independently of the browser