built throughORANGEBOX·see what it ships·$1 →

AtomEons / Learn / L15

L15 · Operator~25 min · free · cc-by 4.0

MCP servers — the plug socket that turned AI into a real tool

Model Context Protocol is the standard plug. Knowing what plugs in changes what your AI can actually touch — your files, your inbox, your calendar, your repos.

::TL;DR · the whole lesson in three lines

  • MOVEModel Context Protocol is the standard plug. Knowing what plugs in changes what your AI can actually touch — your files, your inbox, your calendar, your repos.
  • DRILLYou are going to use the AI itself to scout MCP servers for your actual workflow. Not theory — your real tools, your real files, your real bottlenecks. By the end you will have a shortlist of three servers to install and a written justification for each.
  • WINYou can name what MCP is in one sentence and explain why two users on the same model can have different effective capabilities.

::concept · what's actually happening

Until late 2024, an AI chat was a sealed glass box. You could pour text in, read text out, paste a document, screenshot a page — but the model could not actually reach across the wall and touch anything real. It could not open the file on your desktop, read the unread email in your inbox, query the spreadsheet you keep your numbers in, or look at the actual contents of the repo you are working in. Anthropic published Model Context Protocol (MCP) in November 2024 as the standard wall socket — one protocol that lets any AI client connect to any data source or tool a developer has wired up, the same way USB lets any computer connect to any keyboard.

read full concept · 3 more paragraphs

The mental model is the wall socket plus the appliance. The AI client (Claude Desktop, Cursor, Claude Code, ChatGPT Desktop now, dozens of others) is the wall — it provides the socket. An MCP server is the appliance you plug in — a small program someone wrote that exposes one specific capability: read my Google Drive, search my Notion, execute SQL against my Postgres, control my Chrome browser, read my Gmail. Once it is plugged in, the model can call it the same way you would call a function. You ask in plain English; the model figures out which plug to use; the plug returns real data; the model writes a real response grounded in that data instead of guessing.

What this changes at the operator level is the question you ask. You stop asking 'what can the AI do?' (the model is roughly the same one month to the next) and start asking 'what is plugged in?' Two operators on the same Claude subscription can have wildly different effective capabilities because one has GitHub, Filesystem, and Postgres plugged in and the other has nothing. The first operator's AI can read code from a real repo, write a real file to disk, and query a real database in one turn. The second operator's AI can only talk about code in the abstract. Same model. Different sockets.

The catalog is already large. Anthropic publishes reference servers (filesystem, GitHub, Google Drive, Slack, Postgres, Puppeteer for browsers, memory, sequential thinking). The community has shipped hundreds more — Notion, Linear, Figma, Stripe, Supabase, Vercel, Spotify, Home Assistant, blender, unreal engine, your IDE. Most install in under five minutes by editing one config file. The skill at this level is not coding new servers — it is reading the catalog, recognizing which two or three plugs would multiply what you can do today, and installing them. The rest of this lesson is that exercise.

::drill · do the thing

You are going to use the AI itself to scout MCP servers for your actual workflow. Not theory — your real tools, your real files, your real bottlenecks. By the end you will have a shortlist of three servers to install and a written justification for each.

::L15 drill · copy-paste into any AI chat

I'm an operator-level AI user and I want to extend my AI's reach using Model Context Protocol (MCP) servers. Here is my actual stack:

Operating system: [Windows / Mac / Linux]
AI client I use most: [Claude Desktop / Claude Code / Cursor / ChatGPT Desktop / other]
Tools I use daily for work: [list 5–8 real ones — e.g. Gmail, Google Drive, Notion, GitHub, VS Code, Postgres, Figma, Slack, Linear]
The 3 tasks I do most often that involve copy-pasting between AI chat and another app: [list them]
What I'm not willing to plug in for privacy reasons: [e.g. personal banking, medical records, private journal]

Do three things:

1. Tell me which MCP servers exist for the tools in my stack. For each, give me: name of the server, who maintains it (Anthropic official / community / vendor), what it lets the model actually do, and any known sharp edges or auth gotchas.

2. Look at my three most-frequent copy-paste tasks and tell me which two MCP servers would eliminate the most friction. Be specific about why — name the actual operation.

3. Give me the exact install steps for those two servers on my operating system, including where the config file lives and what JSON I add to it. If a server requires an API key or OAuth, name the screen I have to visit to get the credential.

Don't recommend servers I didn't ask about. Don't pad. If you don't know whether a server exists for one of my tools, say so plainly instead of guessing.

::or open one in a new tab — then paste

::steps

  1. 01Pick the AI client you use most often and make sure it actually supports MCP today — Claude Desktop, Claude Code, Cursor, and several others do; older web-only ChatGPT does not. If yours does not, switch to one that does for this drill.
  2. 02Fill in every bracketed slot in the prompt above with real specifics. Generic answers (`I use Google stuff`) get generic recommendations. List actual product names.
  3. 03Paste the filled-in prompt into your AI client and read the response carefully. Cross-check the server names it gives you — open a browser and search `[server name] MCP github` to confirm the repo exists and is maintained. The AI will sometimes invent plausible-sounding servers.
  4. 04Pick ONE of the two recommended servers to install today. Not both. One install, all the way through, including the auth handshake.
  5. 05Follow the install steps. When you edit the config file (on Claude Desktop it lives at `%APPDATA%\Claude\claude_desktop_config.json` on Windows or `~/Library/Application Support/Claude/claude_desktop_config.json` on Mac), back up the file first by copying it. Restart the AI client fully — not just the window, the whole app.
  6. 06Test the new plug with a task that would have required copy-paste yesterday. If the model says it cannot reach the tool, your install did not take — check the config JSON for syntax errors and look at the client's MCP logs (Claude Desktop: Settings → Developer → MCP Log).
  7. 07Write down — in plain text, in your saved-prompts file from L6 — which server you installed, the date, and one sentence on what changed. This is the start of your MCP install ledger.

::outcome · what should be true

  • You can name what MCP is in one sentence and explain why two users on the same model can have different effective capabilities.
  • You have a shortlist of two or three MCP servers that match your actual workflow, not generic 'top 10' recommendations.
  • One server is installed and verified working — you watched the model read or write something real that lives outside the chat window.
  • Your saved-prompts file has an MCP install ledger started, so future-you knows what is plugged in and when it went in.

::trap · the most common failure

Installing five servers in one sitting because the catalog is exciting, then discovering a week later that nothing actually works because the config JSON has a missing comma, two servers are fighting over the same port, and you cannot remember which credential goes with which plug. Install one, prove it works, write down what you did, then install the next. The boring ledger is the difference between an operator with MCP and an operator with a broken config.

::other lessons at Operator level

L10~30 min

Local AI · Ollama — privacy, offline, and the limit of free

At Operator level you need an honest opinion about local-only AI. Even if you don't use it daily, you should have run it once.

L11~25 min

Model routing — switching between Claude, GPT, Gemini mid-task

Operators don't pick one AI. They route each task to the model that does it best. Knowing the strengths is the skill.

L16~20 min

Agent mode — when AI takes action, not just answers

The frontier of useful AI is agents that DO things — browse, click, file, send. The actual skill is the safety pattern, not the magic.

L26~22 min

Computer use — when AI takes the mouse and keyboard

Claude in Chrome, ChatGPT Atlas, computer-use beta — the frontier is AI that drives your browser like a human. Knowing the safety pattern is the actual skill.

L27~22 min

What AI cannot replace — taste, judgment, relationships

The operators winning in 2026 are the ones who learned what AI is for and what is theirs. Knowing the line is more valuable than any prompt.

L30~20 min

Agents 101: model plus tools plus loop

An agent is a model with tools running in a loop until done · know when you need one and when you don't.

L31~25 min

MCP: structured tools for AI

Model Context Protocol is the USB-C of AI tooling · learn the shape before you wire anything.

L32~25 min

Skill primers: teach a session your context in 30 seconds

A skill is a reusable file that primes a fresh AI session with your project, voice, and rules · stop re-explaining yourself.

L33~30 min

Local models with Ollama

Run Llama, Qwen, or Mistral on your own laptop · no API, no logs, no monthly bill for the work that should stay home.

L34~20 min

Vision models: when to use them

Vision lets the model see images · powerful for screenshots and diagrams · weak for precise spatial work · know the line.

L35~25 min

Audio and Whisper transcription

Whisper turns audio into text · meetings, voice memos, interviews · the AI-era replacement for note-taking.

L36~25 min

RAG vs long context: when to retrieve, when to dump

RAG fetches the right slice of your data at query time · long context stuffs everything in · know which problem you actually have.

L37~25 min

Embeddings: meaning as numbers

An embedding is a list of numbers that captures the meaning of text · learn the shape and you unlock semantic search, deduplication, and clustering.

L38~20 min

Fine-tuning vs prompt engineering

For individuals, fine-tuning is almost never worth it · know exactly when it actually is.

L39~20 min

AI safety in personal use

PII, NDAs, financial data, and other people's secrets · know the rules of what you do not paste.

L40~20 min

Multimodal prompting: combining text, image, audio

The strongest prompts use the medium that fits the question · sometimes you describe, sometimes you show, sometimes you do both.

L42~15 min

Chain-of-thought: making the model show its work

Asking the model to reason step-by-step before answering raises accuracy on hard problems · know when it earns its cost.

L43~25 min

Tool use and structured output

Function calling makes the model return JSON your code can use · know the contract before you build on it.

L44~25 min

Cost optimization: tokens, caching, model selection

AI is metered · the operators who stay profitable measure what they spend and choose the model that fits the task.

::part of the AtomEons /learn curriculum · 45 lessons · 5 levels · cc-by 4.0

LAB · ATOMEONS · MARCO ISLAND FLÆONS RESEARCH · 12 PAPERS · CC-BY 4.0ORANGEBOX v1.0.0-beta · TURBO-OPTIMIZE CLAUDE · SHIPPED 2026-05-30B00KMAKR v3.2.0 · AI PUBLISHING COCKPIT · MAC + WINDOWSFREE LAUNCH WEEK · ENDS JUNE 6 · §4A NO-SAAS LOCKFOUNDER'S VIEW · NEXT BROADCAST IN ...CITE THE WORK · FORWARD THE LINK · NO ALGORITHMLAB · ATOMEONS · MARCO ISLAND FLÆONS RESEARCH · 12 PAPERS · CC-BY 4.0ORANGEBOX v1.0.0-beta · TURBO-OPTIMIZE CLAUDE · SHIPPED 2026-05-30B00KMAKR v3.2.0 · AI PUBLISHING COCKPIT · MAC + WINDOWSFREE LAUNCH WEEK · ENDS JUNE 6 · §4A NO-SAAS LOCKFOUNDER'S VIEW · NEXT BROADCAST IN ...CITE THE WORK · FORWARD THE LINK · NO ALGORITHM