Odel
Zmanim MCP Server

Zmanim MCP Server

Local
@ariroffe721PythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIzmanim-mcp-serverv0.3.1

Run

uvx zmanim-mcp-server

MCP client config

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