0Pricing
MCP Academy · レッスン

ホスト:Claude DesktopとIDE

ユーザーが実際に開いて操作するAIアプリについて学びます。

「ホスト:Claude DesktopとIDE」はCoddyKit上の無料MCP Academyレッスンです。 これはレッスン1/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはMCP Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 MCP Academyコースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

Meet the Host

The host is the AI app a person actually opens and talks to. Think Claude Desktop or an AI-powered code editor. It is the front door to everything MCP.

The Host Owns the Model

A host is the only part of MCP that holds a connection to the language model. Servers never talk to the model directly, only the host does.

Claude Desktop as a Host

Claude Desktop is the classic MCP host. You chat in it, and behind the scenes it can reach out to any servers you have connected.

IDEs Are Hosts Too

Coding tools like an AI-enabled IDE are also hosts. They embed a model and let it use MCP servers to read files or run tasks for you.

The Host Decides What Connects

You, through the host, choose which servers are trusted. The host reads a config file listing the servers it should launch and connect to.

A Host Config Entry

In Claude Desktop, each server lives under mcpServers in a JSON config. One key per server, with the command that starts it.

{
  "mcpServers": {
    "weather": { "command": "python", "args": ["server.py"] }
  }
}

The Host Holds the Permissions

Because the host sees the user, it enforces consent. Before a tool runs, the host can pause and ask you to approve the action.

One Host, Many Servers

A single host can wire up many servers at once. The host blends all their tools together into one capable assistant for you.

The Host Is Not the Server

Do not confuse them. The host is the user-facing app with the model; a server is a separate program that simply offers capabilities.

Hosts Launch Local Servers

For local setups, the host usually starts each server as a child process. It runs the command you configured and keeps it alive while you work.

Why the Host Matters

The host is where context, model, and user meet. Understanding it first makes the client and server roles far easier to follow.

Quick Check

Identify which MCP role holds the model connection.

Recap

You met the host: the AI app like Claude Desktop or an IDE that holds the model, reads server config, and asks for your consent. Nicely done!

よくある質問

「ホスト:Claude DesktopとIDE」レッスンは無料ですか?

はい。「ホスト:Claude DesktopとIDE」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、MCP Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 MCP Academyコースには全4レッスンが含まれています。

「ホスト:Claude DesktopとIDE」で何を学びますか?

ユーザーが実際に開いて操作するAIアプリについて学びます。 ブラウザで直接実行するハンズオンコードでMCP Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

MCP Academyを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのMCP Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン1/4です。

「ホスト:Claude DesktopとIDE」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このMCP Academyレッスンでコードを書いて実行できますか?

はい。すべてのMCP Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. ホスト:Claude DesktopとIDE
  2. クライアント:サーバーごとに1つの接続
  3. サーバー:ツールが存在する場所
  4. リクエストを端から端まで追跡する
← MCP Academyに戻る