Dorar Tafsir MCP Server
Click on "Deploy 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., "@Dorar Tafsir MCP ServerShow me the tafsir of Surah Al-Ikhlas"
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.
Dorar Tafsir MCP — v2
مشروع MCP للقراءة فقط، مصمم على نمط الموصلات المعرفية مثل Bahouth MCP، ويعرض واجهة ويب وEndpoint Streamable HTTP.
المكونات
app.py: خادم FastAPI + MCP./: صفحة تعريفية./health: فحص الخدمة./mcp: Endpoint MCP عبر Streamable HTTP.أدوات MCP:
get_ayahget_ayah_tafsirget_surah_tafsirsearch_tafsiropen_sourcelist_capabilities
Related MCP server: quran-mcp
تشغيل محلي
يتطلب Python 3.10+.
python -m venv .venv
# Windows:
.venv\Scripts\activate
# Linux/macOS:
source .venv/bin/activate
pip install -r requirements.txt
uvicorn app:web --host 127.0.0.1 --port 8000ثم:
الموقع: http://127.0.0.1:8000/
الفحص: http://127.0.0.1:8000/health
اختبار MCP
يمكن استعمال MCP Inspector مع عنوان:
http://127.0.0.1:8000/mcp
النشر
المشروع يتضمن Dockerfile وrender.yaml كنقطة بداية لنشر خدمة عامة HTTPS.
بعد النشر يصبح الرابط:
https://YOUR-DOMAIN/mcp
وهذا هو الرابط الذي يستخدمه العميل الداعم لـ MCP.
تنبيه علمي وتقني
النسخة الحالية تعتمد على صفحات الويب العامة في الدرر السنية، وليست API رسمية للدرر. بنية صفحات الموقع قد تتغير، لذلك يجب اختبار الاستخراج بعد النشر. لا تحفظ هذه النسخة محتوى الدرر في قاعدة بيانات، ولا تغيّر بيانات الموقع.
كما ينبغي مراجعة شروط استخدام الموقع وسياسة الطلبات قبل النشر العام واسع النطاق.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and retrieve Quran ayahs, tafsir commentary, hadith, and detailed hadith records.
Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times.
Quran: Quran API Service with 90+ different languages and 400+ translations.
Related MCP Servers
- AlicenseCqualityFmaintenanceMCP server to interact with Quran.com corpus via the official REST API v4.2072MIT
- FlicenseNot gradedqualityDmaintenanceProvides canonical Quran text, translations, and tafsir commentary via MCP for accurate AI citation.85-
- AlicenseNot gradedqualityCmaintenanceMCP server to search and retrieve passages from a corpus of 7,872 classical Islamic books via the Sahifah API, with full citations and mu'tabar filtering.6 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides AI clients with fast, hallucination-free access to the Quran through 13 MCP tools, covering search, navigation, morphology, tafsir, translations, and surah background over stdio and Streamable HTTP.MIT