Temporal MCP Server
Related Servers
Alternatives to Temporal MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to observe and manage Temporal workflows, including listing, starting, signaling, resetting, terminating, querying, and retrieving history, with support for wait_for_activity and webhook utilities.14 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with read-only access to Temporal infrastructure through 28 tools, plus an Agent Skill with expert guidance for writing correct Temporal code.48 npm5MIT
- AlicenseBqualityNot gradedmaintenanceEnables AI assistants to interact with Netflix Conductor Workflow Engine for troubleshooting workflows, managing executions, and creating/updating workflow and task definitions through natural language.192-
- AlicenseAqualityCmaintenanceEnables AI agents to create, execute, and analyze workflows on a Conductor instance through natural language.1916Apache 2.0
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Automatisch workflow automation platform, allowing them to create, manage, and monitor workflows, connections, and executions through natural language commands.102 npm7MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to programmatically create, manage, and orchestrate n8n workflows through a standardized MCP interface.MIT
TDQS
Scored across 31 tools
Tools are clearly organized by resource (workflows, activities, schedules, batches) and mostly target distinct actions, so an agent can usually pick correctly. However, start_activity vs execute_activity overlap heavily, and cancel vs terminate pairs require close reading to distinguish.
All tools use snake_case and follow a consistent verb + resource + detail pattern, such as list_workflows, describe_activity, and pause_schedule. The batch_* prefix is also applied uniformly, and continue_as_new is a minor but acceptable stylistic outlier.
31 tools is well above the 25-tool threshold and feels heavy for an agent to reliably navigate, even though workflows, activities, and schedules justify some breadth. The set would benefit from consolidation or clearer scoping into separate servers.
The tool set covers workflow, activity, and schedule lifecycles thoroughly, including result retrieval, history, signals, querying, and batch operations. Minor gaps exist—such as workflow update/reset and schedule update—but they are not critical for common Temporal operations.