Waboom AI
AI Training

AI Training

AI Team TrainingPopular

Hands-on workshops for marketing, sales, operations, and customer service teams.

AI Strategy Workshop

Executive workshops for leadership teams. Identify opportunities. Calculate ROI. Walk out with a roadmap.

Claude Code Workshop

Build apps in hours not months. Ship websites, automations, and tools with AI.

AI Training for Teams

AI Training for Teams

Hands-on workshops for marketing, sales, operations, and customer service teams. Not theory. Real tools. Real tasks. Real outcomes.

2,000+ people trained across NZ

Learn more
AI Automation

AI Automation

AI Agents & AutomationPopular

Your AI workforce: outbound, proposals, knowledge and support agents. Find buyers, write SOWs, answer every call.

AI Retainer Support

Already built with us? Stay on retainer and we keep shipping new agents and features for your business.

Microsoft Copilot Agents

Build custom Copilot agents in Power Automate & Copilot Studio. Automate workflows across your entire Microsoft 365 ecosystem.

Waboom Concierge

Personalised inbound for premium brands. An AI concierge greets every visitor, builds an on-the-spot quote, and books a real conversation.

AI Automation & Integration

AI Automation & Integration

We build faster and more cost effectively than traditional development teams. You tell us the problem. We deliver the solution.

30+ projects live in 24 months

Learn more
AI Voice Agents

AI Voice Agents

AI Voice Agents

24/7 AI-powered phone agents for inbound & outbound calls. Never miss a lead, handle enquiries, book appointments automatically.

AI Receptionist

Pay-as-you-go inbound receptionist. Answers, transfers calls, takes messages inside your VoIP. $1/min with auto top-up.

Voice Agent Pricing

Transparent pricing for AI voice agents. See costs per minute and platform fees.

AI Voice Agent Demo

Talk to Michelle on three voice AI engines side by side. Hear the latency, find the model that fits.

Listen to Our Voices

Preview all 32 AI voice agents across NZ, AU, UK and US. Find the perfect voice for your brand.

Case Studies

Real customer results. Vendor leads, viewings booked, relationships scaled. Every story has the math.

AI Voice Agents

AI Voice Agents

Never miss a lead. AI agents that answer calls 24/7, qualify prospects, and book appointments automatically.

30+ voice agents deployed

Learn more
Case Studies

Case Studies

Melbourne: 5 listings from one 14-year dormant contactPopular

$2.9M of CBD apartments relisted by the same agent who sold them in 2012. AI dialled the dormant number.

Home builder: AU$374.4M in lost sales uncovered

5,200 cold calls into a 70,000-prospect CRM. 234 confirmed lost deals at AU$1.6M each. A very leaky bucket.

Sydney agent: 141 vendor leads in 90 days

9,856 dials, 1,997 conversations, 141 warm-transferred sellers at $32.74 each.

Christchurch developer: 49 viewings in 14 days

931 Meta leads called same-day. 49 viewings booked at $7.12 each.

City Sales Auckland: 100,000+ relationships

How a leading Auckland firm strengthened over 100,000 client relationships with AI.

See all case studies

Browse every Waboom customer case study in one place.

Real numbers from real Waboom customers

Real numbers from real Waboom customers

Vendor leads. Viewings booked. Relationships scaled. Every story has the math.

5,000+ AI-handled conversations

Learn more
Resources

Resources

AI Resources & Guides

Free templates, frameworks, and implementation guides to help you adopt AI effectively in your organisation.

Blog

Expert insights on AI voice agents, automation strategies, and industry best practices from the Waboom team.

Workshop Tutorial Videos

Paid-attendee video library. Cowork 101 and Claude Code 101, on demand with clickable chapter navigation.

AI Resources Hub

AI Resources Hub

Free tools and guides to help you implement AI effectively. From policy templates to ROI calculators.

New resources added monthly

Learn more
Contact

Contact

Contact Us

Get in touch with our team. We'd love to hear about your AI goals.

About Waboom AI

Learn about our mission, team, and why we're passionate about AI adoption in NZ.

Let's Talk AI

Let's Talk AI

Whether you need training, automation, or strategy - we're here to help you adopt AI effectively.

Response within 24 hours

Learn more
09 885 9695 (NZ)+61 485 027 479 (AU)
Back to BlogExplainers

Claude Skills vs MCP: which one do you actually need?

Leonardo Garcia-Curtis13/05/2026
TL;DR

MCP is the kitchen. It gives Claude access to your tools, services, and data. Skills are the recipes. They teach Claude the workflow for using those tools well. Most people building "can Claude write in my voice" or "can Claude summarise this in our format" only need a skill. Most people building "can Claude read our Linear tickets and create new ones" need MCP. Many useful integrations want both: MCP for the access, a skill for the workflow that uses the access. The good news is they are not in competition, and most beginners only need one.

Claude Skills vs MCP: which one do you actually need?

6 min read  ·  Plain-English explainer  ·  Last updated 13 May 2026

Part of Learn Claude Code: The Complete Operator's Guide. For the operator's overview of Skills, Connectors, Cowork, and Artifacts, start there.

The single most common question we get from people learning Claude: "What is the difference between Skills and MCP, and which one do I need?"

Short answer: they solve different problems.

Most beginners only need a skill. Some advanced cases need both.

Almost no one needs MCP without ever needing a skill on top.

This post is the kitchen analogy, the side-by-side, the "if you only read one thing", and the recommendation by use case.

The kitchen analogy

Imagine a professional kitchen.

The kitchen has knives, pans, an oven, a fridge full of ingredients, and a walk-in pantry.

Without those things, you cannot cook.

With them, you have access to everything you need to make a meal.

That is MCP.

The Model Context Protocol gives Claude access to your tools and your data.

A Linear MCP server lets Claude read and create Linear tickets. A Notion MCP server lets Claude read and write Notion pages. A Gmail MCP server lets Claude draft email replies.

Think of MCP as the connection layer. It is your kitchen.

But giving you access to a kitchen does not make you a chef.

You also need recipes. Recipes tell you the steps and the order.

What to do if the dough is too dry. How to plate the dish.

That is a Skill.

A skill is the workflow knowledge that lives in your head.

It teaches Claude what to do. "When the user says 'plan the sprint', read the open Linear tickets. Prioritise by deadline."

"Draft a sprint plan in this format. Ask before pushing changes."

The skill captures your team's specific way of doing the work. Once. So you never have to type it again.

MCP gives Claude the tools. Skills give Claude the recipes.

That is the whole framing.

When you need a skill but not MCP

This is the most common case.

Most beginner needs do not involve external services. They involve workflows on data Claude can already see.

Real examples from our own use at Waboom AI:

  • Voice writing. A skill that summarises meeting notes in our tone. No external service needed. Claude reads the notes you paste, and the skill teaches it the format and the voice. We walk through building this one in another post.
  • SEO checking. A skill that runs an 8-pass SEO audit on any blog draft. The audit logic lives in the skill. No external API.
  • Landing page generation. One skill at Waboom has generated 25+ landing pages for different industries. The skill knows our copy structure, our voice, and our brand. It does not need external data. We wrote up that workflow in detail.
  • None of those examples need MCP. They all need a skill.

    If your use case sounds like "teach Claude my format", or "teach Claude my voice", or "teach Claude my checklist", you want a skill. No MCP needed.

    When you need MCP but not a skill

    Less common, but real.

    Sometimes you just want raw access to a service and you do not have a specific workflow yet. You install an MCP connector, you experiment, you see what is useful.

    Got a Notion workspace? Want to ask Claude "what is in my project tracker right now"? You install the Notion MCP server and you ask. That is the whole flow.

    No skill required. Claude reads, summarises, done.

    This phase usually does not last long.

    Once you have used the MCP for a week, you will notice a workflow repeating. That workflow is your first skill candidate.

    MCP without a skill is the discovery phase. With a skill is the operating phase.

    When you need both

    This is where it really pays off.

    MCP for the access, a skill for the workflow.

    A real example: imagine you run a real estate team and you use HubSpot for your CRM.

    You want Claude to call dormant leads back, log the result in HubSpot, and book viewings in your team's calendar.

    The full flow looks like:

    1. Read dormant leads from HubSpot (MCP: HubSpot connector).
    2. Filter by last contact date and tag (Skill: workflow knowledge of which tags mean "warm enough to call").
    3. Call the lead via a voice agent (MCP: your voice platform).
    4. Log the outcome back to HubSpot with the right field mappings (Skill: which HubSpot fields to write to, what wording).
    5. Book viewings in the team calendar (MCP: calendar connector).
    6. MCP alone could do steps 1, 3, and 5.

      But without the skill telling Claude which leads to filter, how to log the outcome, and when to escalate? You prompt all of it manually, every single time. Painful.

      The skill is what makes the workflow consistent. We cover this real workflow in the dormant-leads post.

      A quick comparison

      Question Skills MCP
      What does it do?Teaches Claude a workflowGives Claude access to a service
      Where it livesIn a folder on your computer or your accountA server running on your machine or in the cloud
      FormatPlain English in a SKILL.md fileCode (or a pre-built connector)
      Who builds itAnyone, using skill-creatorDevelopers (or you install someone else's)
      When you need itRepeating workflows, voice, formatting, checklistsConnecting Claude to external tools and data

      Where to start if you are new

      Rather not figure out the order alone? This is exactly what we teach in session one of our Claude Code course. Every operator walks in confused about MCP and walks out with a working skill and a clear MCP roadmap.

      Start with skills. Always.

      Skills are easier to build. They solve a wider range of problems. And the lessons you learn building one transfer perfectly to the day you do need MCP.

      Our free Claude Skills 101 course walks you through the whole thing. What a skill is. Using one that exists.

      It covers building your first one in 15 minutes, fixing trigger issues, and sharing with your team.

      One hour, no coding, no YAML by hand.

      When you reach the case that genuinely needs MCP (an external service you cannot live without), come back and read the MCP guide.

      Until then, you do not need it.

      Frequently asked questions

      What is the difference between Claude Skills and MCP?

      MCP gives Claude the tools. Skills give Claude the recipes.

      MCP is the connection layer to your data and services, so a Linear server lets Claude read and create tickets. A skill is the workflow knowledge that tells Claude what to do with them and in what order.

      Do I need MCP to use Claude Skills?

      No, and this is the most common case. Most beginner workflows run on data Claude can already see, so a skill on its own is enough.

      Which should I learn first?

      Skills. Almost nobody needs MCP without eventually needing a skill on top, and the reverse is not true.

      Start with a skill for something you re-explain to Claude every week. Come back to MCP when you hit a specific external service you cannot work without.

      When do I need both?

      When the workflow spans an external service and has a specific shape you care about. Reading live Linear tickets needs MCP. Turning them into a sprint plan in your team's format, in the right order, with a check before pushing changes, needs a skill.

      Self-paced

      Build a working skill first. Six short modules. Use a skill, build one, debug a trigger, share it. One hour total. Free.

      Start Claude Skills 101 →

      Hands-on with us

      Live Claude Code workshop covers Skills, Connectors, and MCP layering as one stack. Bring real work, leave with it shipping. APAC dates monthly.

      See the workshop →

      If your team wants hands-on help, see Waboom's AI team training.

      LG

      Leonardo Garcia-Curtis

      Founder & CEO at Waboom AI. Building voice AI agents that convert.

      Want your team to actually use these tools?

      Waboom AI runs hands-on AI training and Claude workshops for teams across New Zealand and Australia.

      Explore AI Team Training

      Related Pages

      Claude Team Training

      Get your whole team productive with Claude.

      AI Team Training

      Hands-on AI training for NZ and Australian teams.

      Claude Code Workshop

      Learn to build with Claude Code, hands-on.

      Related Articles

      What is a Claude Skill? The Plain-English Guide (2026)

      What is a Claude Skill? The Plain-English Guide (2026)

      What Is an AI Voice Agent? A Plain English Guide for 2026

      What Is an AI Voice Agent? A Plain English Guide for 2026

      A Virtual Receptionist Answers While You're On a Job. Here Is What One Actually Does.

      A Virtual Receptionist Answers While You're On a Job. Here Is What One Actually Does.

      Waboom AI

      Empowering New Zealand and Australian businesses with AI voice agents and automation that deliver real, measurable value.

      info@waboom.ai+64 9 885 9695 (NZ)+61 485 027 479 (AU)
      Level 8, 139 Quay Street
      Auckland CBD, New Zealand

      Voice Agents

      • AI Voice Agents
      • AI Receptionist NZ
      • AI Receptionist Australia
      • AI Phone Answering
      • AI Virtual Receptionist
      • AI Receptionist Pay As You Go
      • Waboom Concierge
      • Medical Answering Service
      • Answering Service Australia
      • AI Sales Agent
      • Voice Agent Pricing
      • Listen to Voices
      • Real Estate Guide

      By Industry

      • Real Estate
      • Mortgage Brokers
      • Insurance Brokers
      • Property Managers
      • Medical Clinics
      • Dentists
      • Vets
      • Childcare + ECE
      • Car Dealerships
      • Construction + Builders
      • Electricians
      • Plumbers
      • HVAC
      • Accountants
      • Law Firms
      • All industries and regions

      Workshops

      • All Workshops
      • AI Team Training
      • AI Strategy Workshop
      • AI Champion Workshop
      • Claude Team Training
      • Claude Code Workshop
      • Lovable Workshop
      • Free AI Workshop

      Automation

      • AI Automation
      • Microsoft Copilot Agents
      • Integrations

      Company

      • About Us
      • Contact
      • Partners
      • Pipedrive Partner
      • Resources
      • Blog
      • AI Agency NZ
      • AI Agency Australia

      Powered by leading AI technologies

      VAPIOpenAIZapierMakeStripe

      © 2026 Waboom.ai. All rights reserved.

      PrivacyTermsSecurity