Skip to content
Grok

Zmanim MCP Server for Grok

io.github.ariroffe72/zmanim-mcp-server

MCP server providing Jewish prayer times (zmanim) calculations for any location worldwide.

client:Grok transport:stdio runtime:pypi

Install Zmanim MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "zmanim-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zmanim-mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Zmanim MCP Server in other clients