MCP Hub
Back to servers

Quran Search

MCP (Model Context Protocol) Server. Provides a specialized Quran search interface that connects to a local SQLite database, allowing users to find and retrieve verses containing specific words or phrases for religious study or textual analysis.

Stars
8
Validated
Jan 11, 2026

Buy Me A Coffee

MCP_Sample

based on https://www.youtube.com/watch?v=0C6aXoqzm5s

MCP Demo 2 has the MCP server which searches sqlite quran.db for the search word

# Create a new directory for our project
uv init MCPDemo2
cd MCPDemo2

# Create virtual environment and activate it
uv venv
.venv\Scripts\activate

# Install dependencies
uv add mcp[cli] 

# Create our server file
new-item server.py

claude_desktop_config.json has the configuration of the above server in claude desktop app

Reviews

No reviews yet

Sign in to write a review