quran_cloud_mcp_server
MCP server to help LLMs to get access to Quran API (https://alquran.cloud/api) to prevent the hallucination with Quran text.
hallucination is a big problem specially when you are working on sensitive data that each character is important.
one way of reducing the hallucination is by providing the context to your LLM but of course with large chunk of text like the holy Quran it's not efficient if you put all text in each request.
So, in this repo I have created an MCP server that's connect your LLM to a free API https://alquran.cloud/api that enables your model to retrieve only the data he needs.
Also, I will show to you how we can connect this MCP server to Claude desktop application.
Example of Claude the original response

Example of Claude the new response after connecting to Search-Quran MCP server

Installation
make sure you have python 3.13 & pip
Open your terminal and write these commands
Cloning
Move to project directory
Create virtual environment
Activate venv
On Windows
On Mac or linux
Python packages installation
Use the package manager pip to install requirements.txt.
Create .env file
Run in terminal
now you can directly chat with GPT4o in your terminal
Connect the server to Claude Desktop
Download Claude desktop and open it
Step 1
Select setting from the file menu

Step 2
Click on Developer then Edit Config

Step 3
Open claude_desktop_config.json

Step 4
Write this configuration in the file
Don't forget to replace PROJECT_PATH_ON_YOUR_PC with the absolute path to your project server

Step 5
Restart Claude app (make sure it's completely closed from your taskbar by right click on Claude icon and select Quit)
Check if the new MCP has been added

Click on tools icon
