0Pricing
MCP Academy · Lekcja

Host: Claude Desktop i środowiska IDE

Aplikacja AI, którą użytkownik faktycznie otwiera i z którą rozmawia.

Host: Claude Desktop i środowiska IDE to bezpłatna lekcja MCP Academy na CoddyKit. To lekcja 1 z 4. Możesz przeczytać całą lekcję poniżej za darmo — a potem ćwiczyć ją interaktywnie w przeglądarce z wbudowanym edytorem kodu i tutorem AI dostępnym 24/7. To część ścieżki edukacyjnej MCP Academy, a Twój postęp synchronizuje się między webem a aplikacją CoddyKit. Kurs MCP Academy zawiera 4 lekcji w sumie.

Części tej lekcji nie zostały jeszcze przetłumaczone i są wyświetlane po angielsku.

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!

Często zadawane pytania

Czy lekcja „Host: Claude Desktop i środowiska IDE” jest bezpłatna?

Tak — pełny tekst „Host: Claude Desktop i środowiska IDE” jest dostępny za darmo tutaj w sieci. Aby ćwiczyć ją interaktywnie (wbudowany edytor kodu i tutor AI dostępny 24/7) i odblokować resztę kursu MCP Academy, przejdź na CoddyKit PRO. Kurs MCP Academy zawiera 4 lekcji w sumie.

Co nauczysz się w „Host: Claude Desktop i środowiska IDE”?

Aplikacja AI, którą użytkownik faktycznie otwiera i z którą rozmawia. Ćwiczysz MCP Academy z praktycznym kodem, który uruchamiasz bezpośrednio w przeglądarce, a tutor AI dostępny 24/7 odpowiada na Twoje pytania podczas pracy nad lekcją.

Czy potrzebuję doświadczenia, aby zacząć MCP Academy?

Nie wymagamy żadnego doświadczenia. MCP Academy w CoddyKit jest strukturyzowany dla początkujących i zaawansowanych użytkowników, więc możesz zacząć tutaj lub od początku i uczyć się w swoim tempie. To lekcja 1 z 4.

Ile czasu zajmuje lekcja „Host: Claude Desktop i środowiska IDE”?

Większość lekcji CoddyKit trwa około 5–10 minut. Każda lekcja to mały, interaktywny krok, dzięki czemu robisz systematyczne postępy i zawsze wracasz dokładnie do tego samego miejsca — na webie i w aplikacji.

Czy mogę pisać i uruchamiać kod w tej lekcji MCP Academy?

Tak. Każda lekcja MCP Academy zawiera wbudowany edytor kodu, więc piszesz i uruchamiasz prawdziwy kod bezpośrednio w przeglądarce i od razu otrzymujesz sprzężenie zwrotne od AI — bez konfiguracji na komputerze.

Wszystkie lekcje w tym kursie

  1. Host: Claude Desktop i środowiska IDE
  2. Klient: jedno połączenie na serwer
  3. Serwer: tutaj znajdują się narzędzia
  4. Śledzenie żądania od początku do końca
← Powrót do MCP Academy