quran-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@quran-mcpshow me the Arabic text of ayat al-kursi"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
quran-mcp
An MCP server providing canonical Quran text, translations, and tafsir commentary — sourced from quran.com.
What this is
quran-mcp is a Model Context Protocol server that gives AI assistants grounded access to the Quran. Instead of relying on training data (which can misquote, fabricate, or confuse verses), the AI fetches verified text through structured tool calls.
Why this matters: For Muslims, the Quran is the literal word of God. Misquoting it is not an acceptable error mode. This server exists so AI assistants can cite accurately, attribute properly, and defer to scholarly commentary rather than inventing interpretations.
Related MCP server: Quran MCP Server
Capabilities
Quran text — Arabic text in multiple qira'at (Hafs, Warsh, Qaloon, etc.)
Translations — 50+ translations across 30+ languages
Tafsir — Classical and modern exegesis from 15+ scholars (Ibn Kathir, al-Tabari, al-Qurtubi, al-Sa'di, and more)
Search — Full-text search across Quran text, translations, and tafsir
Morphology — Word-level grammatical analysis, root concordance, paradigm tables
Mushaf viewer — Visual mushaf page rendering
Quick start
As a remote MCP server (recommended)
Add to your MCP client configuration:
{
"mcpServers": {
"quran": {
"url": "https://mcp.quran.ai",
"type": "http"
}
}
}Works with Claude Desktop, ChatGPT, and any MCP-compatible client.
Self-hosted
git clone https://github.com/quran/quran-mcp.git
cd quran-mcp
cp .env.example .env # fill in database password
docker compose up -d # starts postgres + serverThe server runs at http://localhost:8088.
For integration patterns beyond basic hosting, see docs/SETUP.md. It documents both MCP-server composition (for sibling servers such as quran-mcp-auth) and client-style consumption (for apps such as quran-mcp-admin).
Project structure
src/quran_mcp/
server.py Entry point
mcp/ Client-facing MCP surface
tools/ fetch_quran, search_tafsir, etc.
resources/ MCP resources
prompts/ MCP prompts
lib/ Business logic and utilities
middleware/ Request pipeline (rate limiting, grounding, logging)
apps/ Frontend apps (documentation site, mushaf viewer)
assets/ Static files
tests/ Test suite
codev/ Development methodology (specs, plans, protocols)Development
uv venv && source .venv/bin/activate
uv pip install -e ".[dev]"
cp .env.example .env
docker compose up -d
pytestData sources
All Quran text, translations, and tafsir are sourced from Quran Foundation projects, including quran.com and nuqayah.com.
License
QFGPL-1.0 — Quran Foundation General Public License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceMCP server to interact with Quran.com corpus via the official REST API v4.Last updated2071MIT
- AlicenseAqualityDmaintenanceProvides AI assistants with comprehensive access to Islamic resources including Quran verses with translations, Tafsir commentary, Hadith collections, and audio recitations. Enables users to explore Islamic texts, get daily inspiration, and access scholarly interpretations through natural language queries.Last updated18429MIT
- Alicense-qualityBmaintenanceEnables fetching and searching canonical hadith texts (Arabic and English) with cross-references and citation-safe URLs for assistants, built on FastMCP.Last updated1GPL 3.0
- Alicense-qualityBmaintenanceAn MCP server for retrieving hadith text and metadata from auditable sources, providing exact references, Arabic text, English translations, and source-attributed grading.Last updatedMIT
Related MCP Connectors
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.
Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quran/quran-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server