quran-search-engine-mcp
Click on "Install 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., "@quran-search-engine-mcpsearch the Quran for examples of patience"
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.
Quran Search Engine MCP
I developed quran-search-engine-mcp to bridge the gap between AI and authentic Quranic text.

The idea is simple: instead of relying on an AI to "hallucinate" or predict Quranic verses, this tool routes search requests to a dedicated, accurate search engine. The AI handles the natural language understanding, while the MCP server provides the exact, literal Quranic text. This means the AI only processes the query, while the Quranic text is always accurate.
Features
π MCP Compatible: Works seamlessly with Claude Desktop and other MCP clients.
π Advanced Search: Supports Arabic normalization, lemma, and root-based search.
π Accurate Results: Returns exact verses with no hallucinations.
π Pagination: Handles large result sets with pagination.
β¨ Highlights: Clearly marks matched terms.
Related MCP server: Quran Cloud MCP Server
Configuration (Claude Desktop)
Option 1: Quick Start (Recommended for Users)
You can use the published package directly without building it yourself.
Edit the config file:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the server entry:
{
"mcpServers": {
"quran-search-engine-mcp": {
"command": "npx",
"args": ["quran-search-engine-mcp"]
}
}
}Restart Claude Desktop.
Option 2: Local Development (For Contributors)
Build the server:
pnpm buildEdit the config file:
%APPDATA%\Claude\claude_desktop_config.jsonAdd the server entry:
{
"mcpServers": {
"quran-search-engine-mcp": {
"command": "node",
"args": ["D:\\path\\to\\quran-search-engine-mcp\\dist\\server.js"]
}
}
}Note: Replace D:\\path\\to\\... with the actual absolute path to your project.
Restart Claude Desktop.
Usage
Once configured, you can use it in chat:
βSearch the Quran for Ψ§ΩΨΩ Ψ― and show the results.β
Result: any Quran-related query is sent directly to the server, and the server returns the correct verses.
Usage Example: Searching for Prophet Yunus
The engine understands context and synonyms. For example, when searching for "Prophet Yunus with all synonyms":
"Search for the Prophet Yunus with all synonyms"
The result includes verses related to Yunus, The People of Yunus, and even Dhul-Nun (The One with the Whale).

Even when restricting the search to the name only, the results remain precise. This proves that the AI understands the intent, but the data comes from a trusted source.
Uses quran-search-engine
This server builds on the quran-search-engine package for core search logic, Arabic normalization, lemma/root matching, and highlights.
See https://www.npmjs.com/package/quran-search-engine for details.
Conclusion
quran-search-engine-mcp turns any MCP-compatible AI into a reliable source for Quranic search. Everything goes through the server, the texts are always correct, and the AI only handles the query.
This opens the door for educational applications, smart assistants, or any project that needs trustworthy, realistic Quran search without hallucinations.
Requirements
Node.js LTS
pnpm
Install
pnpm installBuild
pnpm buildLocal Development
pnpm devTest
pnpm testLint
pnpm lintPublish
pnpm build
pnpm version patch
pnpm publish --access publicContribute
See CONTRIBUTING.md.
Contact
Email: contact@adelpro.us.kg
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adelpro/quran-search-engine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server