Skip to content
VS Code

Zmanim MCP Server for VS Code

io.github.ariroffe72/zmanim-mcp-server

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

client:VS Code transport:stdio runtime:pypi

Install Zmanim MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Zmanim MCP Server in other clients