
Quran Search Engine Mcp
Give coding agents structured Quran text search with Arabic normalization and hit highlighting for faith, education, or research products.
Overview
quran-search-engine-mcp is a MCP server for the Idea phase that provides Quran search, Arabic normalization, and highlighting for AI coding agents.
What is this MCP server?
- Quran search tools optimized for AI agent callers
- Arabic normalization for more reliable matching across orthography variants
- Result highlighting for quotable snippets in agent answers
- npm package quran-search-engine-mcp v0.2.1 with stdio transport
- Server version 0.2.1
- Registry: npm (identifier quran-search-engine-mcp)
- Transport: stdio
Community signal: 5 GitHub stars.
What problem does it solve?
Building Quran-aware agent features from scratch means handling Arabic normalization and search relevance before you even know if the product idea sticks.
Who is it for?
Solo devs prototyping Islamic content, study apps, or agent copilots who need a drop-in Quran search MCP via npm.
Skip if: General-purpose full-text search across arbitrary corpora, production apps needing offline licensing review without reading the repo, or non-Arabic scripture use cases.
What do I get? / Deliverables
After adding the npm stdio server, your agent can query and highlight Quran passages with normalized Arabic matching during research and prototype prompts.
- Registered Quran search MCP with normalization and highlighting tools
- Agent-ready verse lookup for prototypes and content workflows
Recommended MCP Servers
Journey fit
Canonical placement is idea research when exploring content APIs and lexical search behavior before you commit to an app feature set. Research fits domain-specific retrieval MCPs that agents call while prototyping search UX or validating data needs, not generic backend CRUD.
How it compares
Domain Quran search MCP over npm, not a broad vector database integration or a marketing SEO skill.
Common Questions / FAQ
Who is quran-search-engine-mcp for?
Developers and solo builders creating Quran-related agents or apps who want MCP-accessible search with Arabic normalization out of the box.
When should I use quran-search-engine-mcp?
Use it during idea and validate research while testing how agents quote, normalize, and highlight verses before you invest in a custom search stack.
How do I add quran-search-engine-mcp to my agent?
Install the npm package quran-search-engine-mcp at v0.2.1, configure stdio in your MCP client, and point your agent at the server tools for search requests.