Odel
quran search engine mcp

quran search engine mcp

Local
@adelpro6TypeScriptMITUpdated 1mo ago

Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmquran-search-engine-mcpv0.2.1

Run

npx -y quran-search-engine-mcp

MCP client config

{
  "mcpServers": {
    "quran-search-engine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quran-search-engine-mcp"
      ]
    }
  }
}