Skip to content

Quick Start

Use this server URL in any MCP-compatible app:

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

Claude (Web/Desktop)

Steps:

  1. Open the connectors page.
  2. Click Add custom connector.
  3. Use name Tarteel MCP and URL https://mcp.tarteel.ai/mcp.
  4. Save and enable it in chat.

ChatGPT

Steps:

  1. Open ChatGPT settings for your workspace/account.
  2. Go to connectors/apps and add a custom MCP connector.
  3. Use server URL: https://mcp.tarteel.ai/mcp.
  4. Save and enable it in chat/tools.

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