Quran MCP
Queries Quran.com for verses, translations, and tafsir exegesis across multiple scholars and languages.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Quran MCP is a community-maintained Docker server that queries Quran.com's API for verses, translations, and scholarly commentary. The maintainer (Djalal) appears to be a solo developer with limited visibility into their track record. The server's permissions are well-scoped: it performs read-only API calls to a public religious text database with no authentication, filesystem access, or shell execution. The main supply chain concern is the Docker-only distribution requiring manual build from source rather than a versioned package registry. No environment variables or secrets are needed, which reduces credential risk. The repository exists but documentation and maintenance activity are unclear. No known security incidents. The narrow scope (read-only religious text queries) limits blast radius, but the custom build process and solo maintainer reduce confidence compared to established vendors.
Lethal Trifecta (prompt-injection exposure)
CLEARLocal data.
Green flags
- Read-only API queries with no write permissions or secrets
- No authentication required, reducing credential exposure
- Narrow scope limited to public religious text database
- No filesystem, shell, or desktop access requested
- Queries established Quran.com API rather than custom backend
Red flags
- Solo maintainer with unclear track record and bus factor risk
- Docker-only distribution requires manual build from source
- No package registry distribution or versioned releases
- Limited visibility into maintenance activity and issue tracking
Permissions requested
Install
docker build -t quran-mcp-server .
Review
Install this if you're building Islamic study tools or need programmatic Quranic text access inside Claude. Skip it if you're not comfortable with Docker or only need occasional verse lookups—Quran.com's site is simpler for ad hoc queries.
Good at
- No API keys or authentication required—just Docker and a config entry.
- Tafsir comparison across multiple scholars in one query saves manual cross-referencing.
- Supports translations in multiple languages, not just English and Arabic.
- Wraps Quran.com's curated dataset, so you get reliable, well-maintained content.
Watch out
- Docker-only install adds friction compared to npm or pip packages.
- No documentation of which tafsir sources are available—you'll need to explore the API.
- No caching layer mentioned, so repeated queries likely hit the network each time.
- Hosts beyond Claude Desktop require manual config—no pre-built integrations.
Use cases
- Islamic studies
- verse lookups
- tafsir comparison
- religious content generation
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.