> For the complete documentation index, see [llms.txt](https://user.netmera.com/netmera-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user.netmera.com/netmera-user-guide/netmera-user-guide-tr/yapay-zeka-ozellikleri/netmera-mcp-sunucusu/bir-mcp-istemcisi-secme.md).

# Bir MCP İstemcisi Seçme

Hem Claude hem de ChatGPT Netmera MCP bağlantı akışlarını desteklese de, MCP kullanımı sırasında mevcut kimlik doğrulama, yetkilendirme ve izin kontrolleri geçerliliğini korur.\
MCP desteği hâlâ yapay zekâ platformları genelinde gelişmeye devam ettiğinden, kullanıcılar yalnızca Netmera gibi güvenilir MCP sunucularına bağlanmalıdır.

#### Şu durumu tercih ediyorsanız Claude’yu seçin:

* daha sade bir kurulum deneyimi,
* daha doğrudan bir bağlayıcı akışı,
* ve daha az manuel kurulum adımı.

#### Şu durumda ChatGPT’yi seçin:

* ekibiniz zaten OpenAI ekosisteminde çalışıyorsa,
* Developer Mode kullanımına izin veriliyorsa,
* yalnızca OAuth kimlik doğrulaması iş akışınıza uygunsa,
* ve ChatGPT Plus, Pro veya Team planları zaten mevcutsa.

### Claude ve ChatGPT MCP Karşılaştırması

<table><thead><tr><th width="249">Özellik</th><th>Claude</th><th>ChatGPT</th></tr></thead><tbody><tr><td>Kurulum Deneyimi</td><td>Çok kolay</td><td>Kolay</td></tr><tr><td>Özel Bağlayıcı Desteği</td><td>Yerel destek</td><td>Developer Mode gerektirir</td></tr><tr><td>Güvenlik Modeli</td><td>Doğrulanmış akış</td><td>Doğrulanmamış özel bağlayıcılar</td></tr><tr><td>Kimlik Doğrulama Desteği</td><td>OAuth + Temel</td><td>Yalnızca OAuth</td></tr><tr><td>Hata Ayıklama Deneyimi</td><td>Daha ayrıntılı</td><td>Daha sınırlı</td></tr><tr><td>Abonelik Gereksinimi</td><td>Ücretsiz plan yeterli</td><td>Plus / Pro / Team gerekli</td></tr><tr><td>MCP Olgunluğu</td><td>Üretime hazır</td><td>Beta / Developer Mode</td></tr></tbody></table>

{% hint style="info" %}

## Önemli Not

Claude ve ChatGPT her ikisi de Netmera MCP bağlantı akışlarını destekler; ancak kurulum deneyimleri, her platformun mevcut MCP desteğine bağlı olarak farklılık gösterebilir. Bu sayfa, tek tek kurulum kılavuzlarının yerine geçmeden mevcut kurulum akışını ve platform düzeyindeki gereksinimleri karşılaştırır.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://user.netmera.com/netmera-user-guide/netmera-user-guide-tr/yapay-zeka-ozellikleri/netmera-mcp-sunucusu/bir-mcp-istemcisi-secme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
