Temporal MCP is a bridge connecting AI assistants like Claude with the powerful Temporal workflow engine. By implementing the Model Context Protocol (MCP), it allows AI assistants to discover, execute, and monitor complex workflow orchestrations—all through natural language conversations.
Overview
Empowering AI with Workflow Orchestration
Temporal MCP is a bridge connecting AI assistants like Claude with the powerful Temporal workflow engine. By implementing the Model Context Protocol (MCP), it allows AI assistants to discover, execute, and monitor complex workflow orchestrations—all through natural language conversations.
Server Config
{
"mcpServers": {
"temporal-mcp": {
"command": "/full/path/to/your/bin/temporal-mcp",
"args": [
"--config",
"/full/path/to/your/config.yml"
],
"env": {}
}
}
}