Skip to content

Temporal

Free

by MCP Community

Read-only MCP server for inspecting Temporal workflows, schedules, infrastructure, and documentation.

v0.2.1Added Apr 12, 2026
mcpmodel-context-protocoltemporalcliai
Works with:ClaudeGPTGeminiCopilot

Temporal MCP Server

Read-only MCP server for inspecting Temporal workflows, schedules, infrastructure, and documentation.

Installation

npx -y temporal-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y temporal-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "temporal": {
      "command": "npx",
      "args": ["-y", "temporal-mcp"]
    }
  }
}