9 free guides · No signup required

MCP 101

A practical guide series on the Model Context Protocol - the open standard that lets Claude, LangGraph, n8n, and other AI apps connect to your actual tools and data instead of just guessing. Written by people who build agents for a living.

Get Started → Core Concepts → Go Deeper · ~58 minutes total
Host Claude, IDE... MCP Client MCP Server Tools Resources Prompts

MCP in one picture: a host app talks to a server through a client, and the server exposes what it can do as tools, resources, and prompts.

GET STARTED

Start Here

Heard "MCP" everywhere and not sure what it actually does? These two guides get you oriented.

What Is MCP? (Model Context Protocol, Explained)

The plain-English version: the problem MCP solves, why it exists, and why it's often compared to a USB-C port for AI apps.

Get Started 6 min read

MCP Architecture: Hosts, Clients, and Servers

The three pieces every MCP setup is built from, and how a single host can juggle several servers at once.

Get Started 6 min read
CORE CONCEPTS

What a Server Actually Exposes

The vocabulary and the hands-on setup - what MCP servers offer, and how to actually connect one.

Tools, Resources, and Prompts: MCP's Three Primitives

The three things a server can offer a model - what each one is for, and how a model actually decides to use them.

Core Concepts 6 min read

Connecting an MCP Server

A hands-on walkthrough - config files, stdio vs. remote transports, and getting your first server talking to Claude.

Core Concepts 7 min read

Want more hands-on AI builds like this?

APA Mastery runs live, practical sessions on working with modern AI tools - not just theory.

See What's On →
GO DEEPER

Build Your Own

From connecting someone else's server to shipping your own.

Building Your Own MCP Server

Wrapping an existing API or database as an MCP server, and the security decisions that actually matter once other people can call it.

Go Deeper 7 min read

Finding and Evaluating MCP Servers

How to navigate the public server directory, and what to check before trusting a third-party server with your data and credentials.

Go Deeper 6 min read

Debugging and Testing MCP Servers

Using the MCP Inspector, common failure modes, and how to verify tool-selection quality before a server ships.

Go Deeper 6 min read

MCP Security in Practice

Prompt injection through tool output, scoping OAuth tokens correctly, and the confused deputy problem specific to agentic tool use.

Go Deeper 7 min read

Sampling: The Fourth Primitive

Letting a server call back into the model instead of only being called by it - and why it's used sparingly.

Go Deeper 6 min read