Quran
БесплатноНе проверенProvides canonical Quran text, translations, and tafsir commentary via MCP for accurate AI citation.
Описание
Provides canonical Quran text, translations, and tafsir commentary via MCP for accurate AI citation.
README
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.
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 + server
The 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
pytest
Data 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
Установка Quran
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/quran/quran-mcpFAQ
Quran MCP бесплатный?
Да, Quran MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Quran?
Нет, Quran работает без API-ключей и переменных окружения.
Quran — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Quran в Claude Desktop, Claude Code или Cursor?
Открой Quran на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Quran with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
