Connects your MCP client to the Al-Quran Cloud API for programmatic access to Quranic text and metadata. Part of the Pipeworx gateway ecosystem, which aggregates 770+ data sources behind a unified interface. You can either call the tools directly or use the ask_pipeworx natural language interface to query Quran data without manually filling parameters. Useful when you're building Islamic study tools, reference applications, or chatbots that need to retrieve verses, translations, or recitation data. The source doesn't list specific tool names, but it's a straightforward bridge to the underlying API. Available as a standalone server or through the full Pipeworx gateway.
Quran MCP — Al-Quran Cloud API.
Part of Pipeworx — an MCP gateway connecting AI agents to 770+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"quran": {
"url": "https://gateway.pipeworx.io/quran/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 770+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Quran data" })
The gateway picks the right tool and fills the arguments automatically.
MIT