Temporal
Freeby MCP Community
Read-only MCP server for inspecting Temporal workflows, schedules, infrastructure, and documentation.
v0.2.1Added Apr 12, 2026
mcpmodel-context-protocoltemporalcliai
Temporal MCP Server
Read-only MCP server for inspecting Temporal workflows, schedules, infrastructure, and documentation.
Installation
npx -y temporal-mcp
Reviews
Installation
Quick install
npx -y temporal-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"temporal": {
"command": "npx",
"args": ["-y", "temporal-mcp"]
}
}
}