home / mcp / quran search engine mcp server

Quran Search Engine MCP Server

Provides accurate Quranic text search via MCP, routing queries to a dedicated search engine while returning exact verses.

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.