Skip to content

Quick Start

One-click install:

For any other MCP-compatible client, point it at:

  • https://mcp.tarteel.ai/mcp

ChatGPT

Tarteel AI is officially published in the ChatGPT Apps directory, so anyone with a ChatGPT account can add it in one click.

  1. Open the app page: Tarteel on ChatGPT Apps.
  2. Click Connect.
  3. Return to any chat, mention Tarteel, and start asking Quranic questions — for example, "What are today's prayer times in New York?" or "Play Ayat al-Kursi for me."

Tarteel on the ChatGPT Apps directory

Claude (Web/Desktop)

One-click install (opens the Add custom connector modal with name and URL prefilled):

Add Tarteel to Claude

  1. Click the link above.
  2. Confirm in the prefilled modal — name Tarteel, URL https://mcp.tarteel.ai/mcp.
  3. Save and enable it in chat.

Manual fallback: open Claude Connectors, click Add custom connector, and paste the URL https://mcp.tarteel.ai/mcp with name Tarteel.

VS Code

Create .vscode/mcp.json in your workspace:

json
{
  "servers": {
    "tarteel-mcp": {
      "url": "https://mcp.tarteel.ai/mcp"
    }
  }
}

Then run MCP: List Servers from the Command Palette to confirm it is detected.

Cursor

Create .cursor/mcp.json in your project root:

json
{
  "mcpServers": {
    "tarteel-mcp": {
      "url": "https://mcp.tarteel.ai/mcp"
    }
  }
}

Then open Cursor settings and confirm the tarteel-mcp server is enabled.

Claude Code CLI

bash
claude mcp add --transport http tarteel-mcp https://mcp.tarteel.ai/mcp
claude mcp list

Codex CLI

bash
codex mcp add tarteel-mcp --url https://mcp.tarteel.ai/mcp
codex mcp list

Gemini CLI

bash
gemini mcp add --transport http tarteel-mcp https://mcp.tarteel.ai/mcp
gemini mcp list

Need Technical Details?

Powered by