The Quran MCP server connects to the Quran.com API, providing AI agents with tools to search verses, access translations, and retrieve tafsir. It exposes endpoints for verse lookup by ID, chapter, or keyword, along with translation and commentary retrieval. Developers use it to build applications requiring Quranic text analysis, multilingual translation, or scholarly research tools.
The Quran MCP server connects to the Quran.com API, providing AI agents with tools to search verses, access translations, and retrieve tafsir. It exposes endpoints for verse lookup by ID, chapter, or keyword, along with translation and commentary retrieval. Developers use it to build applications requiring Quranic text analysis, multilingual translation, or scholarly research tools.
npx -y quran-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"djalal-quran-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y quran-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from quran?"
API Key Required
This server requires an API key from quran. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| QURAN_API_KEY | Yes | Your quran API key |
"What resources are available in quran?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in quran"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in quran with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.