About
Overview
The Temporal MCP Server enables AI agents to interact with Temporal for durable workflow orchestration. It provides tools for starting workflows, querying state, and managing worker activities.
Capabilities
Tools & Capabilities
⚡start_workflow
Start a new workflow execution
⚡query_workflow
Query a workflow's state
⚡list_workflows
List workflow executions
⚡signal_workflow
Send a signal to a workflow
Setup
Installation
bash
Install
npx -y mcp-server-temporalExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"temporal": {
"command": "npx",
"args": ["-y", "mcp-server-temporal"]
}
}
}Quick Info
Authortemporalio
LanguageTypeScript
StatusStable
Stars★ 85
Last UpdatedFeb 12, 2026