- Home
- MCP servers
- Quran Search Engine
Quran Search Engine
- javascript
1
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"adelpro-quran-search-engine-mcp": {
"command": "npx",
"args": [
"quran-search-engine-mcp"
]
}
}
}You can use Quran Search Engine MCP to route natural language Quran queries through a dedicated, accurate search engine, ensuring that your AI handles understanding while the server returns exact Quranic text. This enables reliable, hallucination-free results when you build educational or smart assistant experiences that need trustworthy Quran search capability.
How to use
This MCP server is designed to work with MCP-compatible clients. After you configure it, you can communicate with it through your MCP client to search the Quran. You provide a query like a general question or a specific term, and the AI handles natural language understanding while the server provides exact verses.
How to install
Prerequisites you need before installing this MCP server:
-
Node.js LTS
-
pnpm
Install the project dependencies and prepare the server for use:
pnpm install
Build and run options are provided for quick start or local development.