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).
Run
npx -y quran-search-engine-mcp
MCP client config
{
"mcpServers": {
"quran-search-engine-mcp": {
"command": "npx",
"args": [
"-y",
"quran-search-engine-mcp"
]
}
}
}