MCP Directory
Back

azan-mcp

by ahmedeltaher · Python · ★ 380

Azan + Prayer Time + MCP + AI Agents + Islamic + Salah + A lightweight MCP library to calculate prayer times and trigger Azan with a single tool call. If you’re building an AI agent or prayer application, there’s no need to deal with astronomical calculations, timezones, or edge cases again.

#adhan#adhan-player#ai-agents#android-prayer-times#azan#dates#islamic#islamic-prayer-times#llm-tools#longitude#mcp#mcp-client#mcp-server#prayer#prayer-times#prayertime#prayertimes#salah#time

Install

pip install git+https://github.com/ahmedeltaher/azan-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "azan-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ahmedeltaher/azan-mcp.git"
      ]
    }
  }
}

From the README

**Azan-MCP** is an open-source [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that brings a comprehensive suite of Islamic utilities directly into AI assistants such as Claude Desktop. It enables any LLM client that supports MCP to answer Islamic questions with accuracy, proper sourcing, and full awareness of the user's location, timezone, and madhab. - **Prayer Times** — Calculates the five daily prayers (Fajr, Dhuhr, Asr, Maghrib, Isha) plus Sunrise for any location on Earth using the full Meeus solar algorithm. Supports 10 internationally recognised calculation meth…
Read full README on GitHub →

Related ai & ml servers