Quran.com v4 MCP server
Quran MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Quran.com v4 MCP server.
MCP server to interact with Quran.com corpus via the official REST API v4.
This is a Model Context Protocol (MCP) server generated from the OpenAPI specification.
Once Quran is connected, these are the calls the assistant has available:
Chapters — The Chapters tool exposed by this serverVerses — The Verses tool exposed by this serverJuzs — The Juzs tool exposed by this serverSearch — The Search tool exposed by this serverTranslations — The Translations tool exposed by this serverTafsirs — The Tafsirs tool exposed by this serverAudio — The Audio tool exposed by this serverLanguages — The Languages tool exposed by this serverRequirements — The Requirements tool exposed by this serverYou will need 2 environment variables: API_KEY, VERBOSE_MODE. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Quran's toolset — Chapters, Verses, Juzs and 6 more — is a fair guide to whether it matches your workflow. It is maintained by djalal; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Quran's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Chapters | The Chapters tool exposed by this server. |
| Verses | The Verses tool exposed by this server. |
| Juzs | The Juzs tool exposed by this server. |
| Search | The Search tool exposed by this server. |
| Translations | The Translations tool exposed by this server. |
| Tafsirs | The Tafsirs tool exposed by this server. |
| Audio | The Audio tool exposed by this server. |
| Languages | The Languages tool exposed by this server. |
| Requirements | The Requirements tool exposed by this server. |
### Production Mode (Node.js)
```json
{
"mcpServers": {
"quran-api": {
"command": "node",
"args": ["/path/to/quran-mcp-server/dist/src/server.js"],
"env": {
"API_KEY": "your_api_key_if_needed",
"VERBOSE_MODE": "true" // Set to "true" to enable verbose logging
},
"disabled": false,
"autoApprove": []
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| API_KEY | Credential the server authenticates with. | Yes |
| VERBOSE_MODE | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.