
Alfanous Quranic Search Engine
Give agents structured Qur'an search with Arabic, transliteration, and advanced query features for faith, education, or content products.
Overview
Alfanous MCP is a MCP server for the Idea phase that lets agents search and explore the Qur'an with Arabic text, transliteration, and advanced queries.
What is this MCP server?
- Search and explore the Holy Qur'an via MCP stdio (alfanous3-mcp on PyPI)
- Arabic text plus transliteration in results
- Advanced search support from the Alfanous engine
- Version 1.9.2, open source on GitHub Alfanous-team/alfanous
- PyPI package alfanous3-mcp version 1.9.2
- stdio transport via python -m alfanous_mcp.mcp_server
- GitHub repository: Alfanous-team/alfanous
Community signal: 285 GitHub stars.
What problem does it solve?
Building Qur'an-aware agent features usually means fragile custom data pipelines instead of a ready MCP search surface.
Who is it for?
Builders prototyping Qur'an study apps, chat companions, or content workflows who need agent-accessible scripture search early.
Skip if: General-purpose web research, non-Islamic corpora, or teams that do not need Quranic text retrieval in the agent loop.
What do I get? / Deliverables
Your agent can run Alfanous-powered Quranic searches and exploration tools directly from MCP during research and prototyping.
- Agent-callable Qur'an search and exploration results
- Arabic and transliteration-backed query workflow in MCP
Recommended MCP Servers
Journey fit
Specialized corpus search supports early research when you are exploring domain content before committing to an app shape. Alfanous is a reference and discovery engine—ideal for idea-phase research rather than production monitoring or ship checks.
How it compares
Specialized Quranic search MCP, not a generic RAG loader or browser automation skill.
Common Questions / FAQ
Who is alfanous MCP for?
Developers and indie builders creating Qur'an-related education, content, or research agents who want MCP-native search without building the index themselves.
When should I use alfanous?
Use it in the idea and research phase when exploring verses, transliteration needs, or advanced query UX before you hard-code scripture backends.
How do I add alfanous to my agent?
Install alfanous3-mcp from PyPI and register stdio with python -m alfanous_mcp.mcp_server in your MCP client configuration.