MCP.so
登录

MCP Server for Quran.com API

@djalal

关于 MCP Server for Quran.com API

Quran.com API integration for verse search, translation and tafsir

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

djalal

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "quran-mcp-server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "quran-mcp-server",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Quran.com API?

This MCP server enables LLMs and compatible AI clients to interact with the Quran.com corpus via the official REST API v4. It exposes tools for retrieving chapters, verses, translations, tafsirs, audio recitations, and performing searches.

How to use MCP Server for Quran.com API?

Requires Node.js 22+ and Docker. Build the Docker image with docker build -t quran-mcp-server . then add the server configuration to your MCP client (e.g., Claude Desktop) using either Docker or Node.js production mode. Environment variables include API_KEY, PORT, and VERBOSE_MODE.

Key features of MCP Server for Quran.com API

  • Interact with Quran.com API via MCP tools
  • Retrieve chapters, verses by various criteria
  • Search the entire Quran corpus
  • Access translations, tafsirs, and audio recitations
  • Deploy via Docker or Node.js
  • Verbose logging for debugging

Use cases of MCP Server for Quran.com API

  • Request a random verse for daily inspiration
  • Search the Quran for specific keywords or phrases
  • Retrieve a specific chapter

评论

开发工具 分类下的更多 MCP 服务器