Claude Code Deep Dive - MCP Unleashed
AI agents are all about tools 🧰. Without tools the agent can answer questions (including generating code for you), but you’ll have to take the answer (or code) and do something about it. You empower agents by giving them tools and let them iterate on tasks by invoking these tools ⚙️.
Claude Code comes out of the box with multiple useful tools ✨, including the Bash tool that lets it run any command-line program on your computer. But, often you may want to let it access additional capabilities. This is where the MCP (model context protocol) comes in and allows you to extend Claude Code with arbitrary tools and access to remote systems 🔌.
“Give us the tools, and we will finish the job.” ~ Winston Churchill