MCP Server for Quran.com API
@djalal
About MCP Server for Quran.com API
Quran.com API integration for verse search, translation and tafsir
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quran-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"quran-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Quran.com API?
This MCP server enables LLMs and compatible AI clients to interact with the Quran.com corpus via the official REST API v4. It exposes tools for retrieving chapters, verses, translations, tafsirs, audio recitations, and performing searches.
How to use MCP Server for Quran.com API?
Requires Node.js 22+ and Docker. Build the Docker image with docker build -t quran-mcp-server . then add the server configuration to your MCP client (e.g., Claude Desktop) using either Docker or Node.js production mode. Environment variables include API_KEY, PORT, and VERBOSE_MODE.
Key features of MCP Server for Quran.com API
- Interact with Quran.com API via MCP tools
- Retrieve chapters, verses by various criteria
- Search the entire Quran corpus
- Access translations, tafsirs, and audio recitations
- Deploy via Docker or Node.js
- Verbose logging for debugging
Use cases of MCP Server for Quran.com API
- Request a random verse for daily inspiration
- Search the Quran for specific keywords or phrases
- Retrieve a specific chapter
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments