djalal/quran-mcp-server
Quran.com API integration for verse search, translation and tafsir
Platform-specific configuration:
{
"mcpServers": {
"quran-mcp-server": {
"command": "npx",
"args": [
"-y",
"quran-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server to interact with Quran.com corpus via the official REST API v4.
This is a Model Context Protocol (MCP) server generated from the OpenAPI specification.
The following endpoints from the API have been made available as tools, that LLMs can use via compatible clients.
Before using the Docker-based production mode, you need to build the Docker image:
# Build the Docker image
docker build -t quran-mcp-server .Loading reviews...