home / mcp / quran search engine mcp server
Provides accurate Quranic text search via MCP, routing queries to a dedicated search engine while returning exact verses.
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.
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.
Prerequisites you need before installing this MCP server:
Install the project dependencies and prepare the server for use:
pnpm installBuild and run options are provided for quick start or local development.