---
title: "Claude | التكاملات"
description: "استخدم Minds من Claude Desktop. أضف خادم MCP (بث HTTP) باستخدام عنوان URL للخادم أدناه. فوّض عبر OAuth إن كان متاحًا — وإلا فأنشئ مفتاح API واستخدمه كـ “Authorization: Bearer minds_…”."
canonical_url: "https://getminds.ai/guide/ar/integration-claude"
last_updated: "2026-09-08T20:47:18.968Z"
---

# Claude | Minds

## الإعداد

الخيار أ: موصّل عن بُعد (موصى به)

1. افتح Claude Desktop ← Customize ← Connectors
2. أضف عنوان MCP أدناه
3. امنح التفويض عبر OAuth عند الطلب

الخيار ب: موصّل محلي (مفتاح API)

أضِف إلى `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "mindsai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://getminds.ai/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}
```

احصل على مفتاح API من الإعدادات ← مفاتيح API.

## عنوان خادم MCP

`https://getminds.ai/mcp`

[عرض وثائق MCP الكاملة](/mcp/overview)

<integration-actions integration-id="claude">



</integration-actions>
