EVERY SPOKEN WORD
3 min read · 569 words- 0:00 – 0:02
Intro
- SPSpeaker
[upbeat music]
- 0:02 – 0:33
What MCP is and why Claude Code needs it for real-world context
- SPSpeaker
Model Contact Protocol is an open standard that lets Claude Code connect to external tools and data sources. When you ask a question, Claude will automatically understand when it should use those tools to better understand your query. Context is one of the most important parts when working with Claude Code. A lot of your context lives elsewhere, like your databases, your productivity apps, or in public repositories. This is where MCP comes
- 0:33 – 0:48
Understanding “tools” in agentic AI (actions vs. text-only outputs)
- SPSpeaker
in. First, it's important to understand the concept of tools when talking about agentic AI. Tools give agents like Claude Code the ability to perform actions in order for them to better complete their tasks. This is different from other AI,
- 0:48 – 1:03
Practical examples: Linear issues and dependency documentation via MCP servers
- SPSpeaker
where you just get an output back directly in text usually. For example, if your team is using Linear as their project management software, you can add a Linear MCP server to bring in the details of your specific issues. If you want to get up-to-date documentation of
- 1:03 – 1:13
Finding and adding connectors: directories and the `claude mcp add` command
- SPSpeaker
a dependency that you're working with, then the Context seven MCP server will provide Claude Code with that. There are also hundreds of different connectors at claude.com/connectors.
- 1:13 – 1:23
Two MCP server types: HTTP (remote) vs. STDIO (local processes)
- SPSpeaker
You can add MCP servers with the Claude MCP add command. There are two main types: HTTP servers are for remote services.
- 1:23 – 1:33
Managing MCP connections inside Claude Code with `/mcp`
- SPSpeaker
These are hosted by the service provider and connect over the network. STDIO servers are for local processes that run on your machine. You can manage your servers
- 1:33 – 2:05
Scoping servers for personal vs. team use (local, user, and project)
- SPSpeaker
with the /MCP inside a Claude Code session to see what's connected, the status, and disable servers that you don't want to use. MCP servers can be scoped in three different ways. One, local means it's only available in the current project for you. Two, the user, which means it's available across all your projects. And three, project scope uses a .MCP.json file that you check into your version control, so anyone working on the code base gets the exact same servers automatically. Now,
- 2:05 – 2:20
Context window tradeoffs: MCP tool definitions consume persistent context
- SPSpeaker
one thing to be aware of is that MCP servers add tool definitions to your context window, even when you're not using them. So if you have a lot of servers configured, this eats into your available context. Run the /MCP command to see what's connected
- 2:20 – 2:35
When CLI tools are better than MCP (and why they’re more context-efficient)
- SPSpeaker
and disable anything that you're not actively using or don't think that you're going to use. If a tool has a CLI equivalent like GH for GitHub or AWS for [chuckles] AWS, the CLI is more context efficient because it doesn't add persistent tool
- 2:35 – 2:50
Using “skills” as an alternative: load instructions on demand
- SPSpeaker
definitions. You also might benefit from using a skill in this scenario. A skill has a name and a description that is loaded into context. Similar to MCP, when Claude thinks it needs to use that skill, it then decides to load it into the context window,
- 2:50 – 3:05
Tool search mode: what triggers it and the potential downside
- SPSpeaker
which is where you could put the command line interface tools. If your MCP tools exceed ten percent of your context window, Claude Code will automatically switch to tool search mode, which will discover the right tools on demand, but this might not work as well since it's just not in the
- 3:05 – 3:36
Final recap: connect tools, add servers, share via `.mcp.json`, and monitor context
- SPSpeaker
context. [upbeat music] Now, a quick recap. MCP connects Claude Code to your external tools and data sources. Add servers with Claude MCP add. Scope them to your project with .MCP JSON so that your team gets them automatically, and keep an eye out on the context usage by disabling servers that you're not actively using. [upbeat music]
Episode duration: 3:36
Install uListen for AI-powered chat & search across the full episode — Get Full Transcript
Transcript of episode kkBFmwkDzdo
