Career Engine

What MCP Is In Plain Words, And Which One To Connect First

MCP, the Model Context Protocol, is the open standard Anthropic released on November 25, 2024, that lets an AI assistant connect to your own files and tools. Here is what it means and which connector to try first.

The One MCP Connection Worth Making This Week

MCP stands for Model Context Protocol, an open standard Anthropic released on November 25, 2024, that lets an AI assistant connect to your actual files and calendars instead of only answering questions in a chat box. It is the plumbing that turns an AI from something you talk to into something that can act for you.

Takeaways

  • MCP, short for Model Context Protocol, is an open standard Anthropic released on November 25, 2024, that lets an AI assistant read and act on your own files and tools instead of only answering questions in a chat window.
  • OpenAI extended MCP support to its Agents SDK on March 26, 2025, later adding the ChatGPT desktop app and Responses API, and Google DeepMind confirmed Gemini support on April 9, 2025, so MCP now works across more than one AI assistant.
  • The safest first connector for most professionals is a read-only one, such as Google Calendar or Google Drive, set up through Claude’s Connectors directory with no coding required.
  • Prompt injection, where hidden instructions inside a document or email hijack an AI assistant, is ranked the top risk in OWASP’s 2025 Top 10 for LLM Applications, so a connector that can write or delete deserves extra caution before you approve it.
  • Review which connectors you have approved every few months and revoke anything you no longer use, since an unused live connection is one nobody is watching.
MCP launched November 25, 2024, by Anthropic
OpenAI support added March 26, 2025
Google DeepMind support Confirmed April 9, 2025
Top MCP risk Prompt injection, OWASP’s #1 LLM risk for 2025

What does MCP stand for?

MCP stands for Model Context Protocol. Anthropic open-sourced it on November 25, 2024, describing it as a universal port for AI, the way USB-C replaced a drawer of mismatched cables. Before MCP, an AI tool needed its own custom-built connection to every app it touched. A team wiring an assistant into Slack and Google Drive had to write and maintain two separate integrations, and every new AI model meant redoing that integration work. MCP replaces this with one shared language. A \”server\” is a small program that speaks MCP for one tool, like Google Calendar or GitHub. A \”host\” is the AI app you use, like Claude Desktop or ChatGPT’s desktop app. Connect a host to a server once, and the assistant can read and act inside that tool without anyone writing custom code for it. The full specification and reference servers are public on GitHub.

How is this different from a chatbot?

A chatbot only sees what you type into it. An MCP-connected assistant sees, and can act inside, the tools you have given it access to. Ask a chatbot to check tomorrow’s meetings and it cannot, because it has no calendar. Ask an MCP-connected assistant the same question and it opens the calendar server, reads the events and answers with what is on your schedule. The same applies to sending a file or updating a spreadsheet. This is the change I covered when writing about tool use and computer use for AI systems: a model doing something inside a live system, not just describing what it would do. MCP is the standard way that connection gets built now, instead of every company inventing its own.

Who else uses MCP now?

MCP is not a Claude-only feature anymore. OpenAI added MCP support to its Agents SDK on March 26, 2025, and extended it soon after to the ChatGPT desktop app and Responses API, with CEO Sam Altman posting that \”people love MCP and we are excited to add support across our products\”, a move TechCrunch described as OpenAI adopting a rival’s standard. Google DeepMind followed on April 9, 2025, when CEO Demis Hassabis said MCP was becoming an open standard for the agentic era and confirmed Gemini support, also reported by TechCrunch. There is a practical reason to care: a connector you set up once now works across more than one AI assistant, instead of locking you into a single vendor. I wrote more about what that means for your job in this piece on Opus 5, MCP and Monday.com’s layoffs.

Which MCP should you connect first?

Start with something read-only and low-stakes, like Google Calendar or Google Drive, connected through Claude’s own Connectors directory. Open Settings, then Connectors, search for the tool and click Connect. You sign in with your Google account and approve the specific permissions the connector requests, and Anthropic’s connector documentation walks through the exact screens. Once it is connected, try a concrete request: \”Find my Q3 budget spreadsheet in Google Drive and summarize the two biggest cost changes.\” A chatbot without that connection can only guess. A connected assistant opens the file and answers from what it contains. Calendar and Drive are good first choices because they are read-heavy and low-risk, and still useful for daily work like finding a document, checking a schedule, summarizing a meeting and prepping for a call.

Four MCP checks, ranked by risk

Not every connector deserves the same trust. These four checks are ranked by how much damage skipping each one can cause, so work through them in order before approving anything new.

  1. Does it only read, or can it write and delete? A read-only connector that misfires wastes your time. A write-capable one that gets tricked can act on your behalf without you noticing. Prompt injection, where hidden instructions inside a document hijack an assistant’s next action, is ranked the top risk in OWASP’s 2025 Top 10 for LLM Applications, and it only causes damage when the connector can take action, not just read.
  2. Is it verified or a community submission? Anthropic reviews some listings in its directory for security and reliability and leaves others as unreviewed community submissions, according to its own connectors directory FAQ. Check which one you are installing before you approve it.
  3. Is it scoped to one account, or your whole workspace? Security researcher Simon Willison documented in April 2025 how broad connector access turns one poisoned document into a wider leak. Researchers at Invariant Labs found a version of this flaw in GitHub’s own MCP server in May 2025: a public issue could trick an assistant into leaking private repository data, a bug tracked publicly in GitHub’s issue tracker.
  4. Will you still use it in a month? The Cloud Security Alliance’s MCP guidance recommends reviewing and revoking connections on a schedule, rather than leaving them live indefinitely. An unused connector is one nobody is watching.

Is MCP safe enough for work?

Yes, for read-only, well-scoped connectors, and with more caution for anything that writes or deletes. The risk lives in what happens when an assistant reads untrusted content, like an email or a public support ticket, that carries hidden instructions. Palo Alto Networks’ Unit 42 documented new prompt injection paths through MCP’s sampling feature in 2025, reinforcing prompt injection’s place as one of the most cited AI application risks in the field. The practical fix looks like managing a new employee’s access: grant the least permission needed, and review it on a schedule. Keep write-capable tools separate from the ones you use only for reading and search. If you need to explain this setup to a manager who is skeptical of AI tools touching company data, I wrote about how to make that case in plain terms without overselling what the tool can do.

Prompts you can use

Paste these straight in. Change the parts in square brackets and nothing else.

Explain what a connector sees
You are a careful technical explainer helping me understand a new AI tool connection before I approve it. I am about to connect [name the tool, e.g. Google Drive] to my AI assistant through MCP. Based on the permission screen I paste below, list exactly what data the connector can read, whether it can write or delete anything, and what the worst case looks like if the connection is misused. If the permission screen I give you does not name a scope clearly, ask me to check for it before you answer. Keep the answer under 150 words and avoid jargon.\n\n[paste the permissions screen text here]

This only works well if you paste in the actual permissions screen text; without it, the assistant is guessing at what a typical connector of that type usually requests.

Draft a manager update on this
You are a plain-spoken writing assistant helping me tell my manager about a new AI tool connection I set up at work. Here is what I need in the message: the name of the tool I connected, whether it is read-only or can write, why I connected it, and one sentence on how I am limiting the risk. Write two or three short sentences a busy manager can read in ten seconds, with no jargon and no promises about accuracy. Ask me for any missing detail before you write it.\n\nTool: [name]\nWhat it can access: [read-only / can write]\nWhy I connected it: [task]

Check your company’s AI or IT policy before sending; some workplaces require approval before you connect a new tool at all, not just a heads-up after.

Audit which connectors to keep
You are a skeptical reviewer helping me decide which AI tool connections to keep active. I will paste a list of connectors I have approved, roughly when I connected each one, and what I use it for. Flag any connector I have not mentioned using in the past month, and separately flag any with write or delete access, since those deserve review first. For each flagged item, ask me a specific question to help me decide whether to keep or revoke it, rather than deciding for me.\n\n[paste your connector list here: name, date connected, what you use it for]

The assistant should only surface questions and flags, not revoke access itself; you make the final call in your account settings.

Questions people actually ask

What is MCP in AI?

MCP stands for Model Context Protocol, an open standard Anthropic released on November 25, 2024, that lets an AI assistant connect to outside tools like your calendar, files or a codebase. Instead of only chatting, the assistant can read and act inside those tools directly, using one shared connection method instead of custom code for each one.

Is MCP only for Claude?

No. OpenAI added MCP support across its products starting March 2025, and Google DeepMind confirmed Gemini support in April 2025. A connector built for one MCP-compatible assistant can generally work with others, so it is becoming a shared standard rather than one company’s feature.

Do I need to code to set up MCP?

Not for the common case. Claude’s Connectors directory lets you add tools like Google Drive or Calendar by signing in and approving permissions, with no coding involved. Developers can also build or run their own MCP servers from the open-source reference repository, but that is a separate, more technical path.

Can a hacked MCP connector steal my data?

It can, if the connector has write access and processes untrusted content. Researchers at Invariant Labs showed in May 2025 that GitHub’s MCP server could be tricked by a poisoned public issue into leaking private repository data. Sticking to read-only, verified connectors for anything sensitive limits this risk.

What’s the difference between an MCP server and a connector?

They are mostly the same thing described from two angles. An MCP server is the technical piece that speaks the protocol for one tool. A connector is what Claude calls the ready-to-use version of that server in its directory, the thing you click to connect.

Sources

  1. open-sourced it on November 25, 2024anthropic.com
  2. full specificationmodelcontextprotocol.io
  3. GitHubgithub.com
  4. posting that \”people love MCP and we are excited to add support across our products\”x.com
  5. TechCrunch describedtechcrunch.com
  6. said MCP was becoming an open standard for the agentic erax.com
  7. reported by TechCrunchtechcrunch.com
  8. Connectors directoryclaude.com
  9. connector documentationsupport.claude.com
  10. OWASP’s 2025 Top 10 for LLM Applicationsowasp.org
  11. connectors directory FAQsupport.claude.com
  12. documented in April 2025simonwillison.net
  13. Invariant Labs found a version of this flawinvariantlabs.ai
  14. GitHub’s issue trackergithub.com
  15. Cloud Security Alliance’s MCP guidancelabs.cloudsecurityalliance.org
  16. documented new prompt injection paths through MCP’s sampling feature in 2025unit42.paloaltonetworks.com

What happens next

Expect more MCP servers to appear inside everyday tools like email and CRM systems over the next year, since OpenAI and Google DeepMind have already committed to the standard alongside Anthropic. Watch for company IT policies to catch up, since most organizations still lack clear rules on which connectors employees can approve for themselves. The open question worth tracking is whether verification keeps pace with how many new connectors get published, and whether write-access defaults get safer as adoption grows.

Take this further

Full resume rewrite, section by sectionBest on Claude
Act as a blunt hiring manager who has read ten thousand resumes, not a career coach. I will paste my full resume and the job description I want. Rewrite the whole resume for that role, section by section, in this order: summary, experience, skills, education. Rules: every experience line leads with impact, not duty. Use bracketed placeholders like [8 percent] for any number I did not give you, and list at the end every placeholder I need to replace with a real figure. Keep it to one page of text. Plain formatting only, no tables or columns, so screening software can parse it. After the rewrite, tell me the three weakest claims that need evidence before I send this anywhere. My resume: [paste resume]. The role: [paste job description].
Share this
About the author
Vinayak Kapoor
Vinayak Kapoor

Vinayak started at seventeen on a call centre floor and climbed every rung himself over fifteen years: millions of customer conversations for some of the world's largest brands, self-taught design, video and web work, a profitable e-commerce brand of his own, and now human cyber risk, where he has built customer success journeys for national critical infrastructure and leads business growth at HumanFirewall. Nobody groomed him. He learned every skill alone, including the AI he now builds with daily as founder of Quarry, MaaSify and HuMatrix. He writes here so your career gets the guide his never had.

Read next
Come find me

The daily thinking
lives on the feeds.

Long form here. The working notes, the arguments and the things that did not fit go out most days.

← All writing