Skip to content
Zed

prayer times mcp for Zed

io.github.mrfentmen/prayer-times-mcp

Islamic prayer times for a city from AlAdhan. No key required.

client:Zed transport:stdio runtime:npm

Install prayer times mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "prayer-times-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prayer-times-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

prayer times mcp in other clients