← all topics

πŸ”Œ MCP

Model Context Protocol β€” how clients (Claude, Cursor, IDEs) connect to servers that expose tools, resources, and prompts.

30 videos Β· mcpagentsanthropicenterprisetool-useoauth

The workflow

flowchart LR
    A[MCP Client<br/>Claude, Cursor, IDE] --> B[Discover server<br/>capabilities]
    B --> C{Primitive}
    C -->|Tools| D[Callable functions<br/>read / write / act]
    C -->|Resources| E[Static / dynamic<br/>context]
    C -->|Prompts| F[Reusable<br/>templates]
    D --> G[Invoke + return<br/>structured result]
    E --> G
    F --> G

MCP standardizes how AI clients connect to anything. Build once, plug into every client.

Key takeaways

MCP turns custom AI integrations into a standardized client-server protocol so any compatible client can talk to any tool with zero glue code.
MCP is becoming the universal context protocol β€” moving beyond tools to ship full apps that both humans and models interact with.
Use MCP β€” especially sampling β€” as a one-protocol-fits-all way for autonomous Python agents to compose tools and share LLM access.
A2A handles remote agent-to-agent discovery while MCP handles tool/context plumbing β€” pick them only when you don't control both sides.
Treat MCP tool catalogs as a retrieval problem, not a dump β€” load only the relevant tools per turn to keep context usable.
For enterprise MCP adoption to scale, security teams must bless a single gateway that handles auth, observability and deployment so every team can ship MCP servers safely.

Videos (30)

Building Agents with Model Context Protocol - Full Workshop with Mahesh Murag of Anthropic

MCP turns custom AI integrations into a standardized client-server protocol so any compatible client can talk to any tool with zero glue code.

335.5K views Β· Mar 01, 2025

The Future of MCP β€” David Soria Parra, Anthropic

MCP is becoming the universal context protocol β€” moving beyond tools to ship full apps that both humans and models interact with.

133.3K views Β· Apr 19, 2026

MCP is all you need β€” Samuel Colvin, Pydantic

Use MCP β€” especially sampling β€” as a one-protocol-fits-all way for autonomous Python agents to compose tools and share LLM access.

65.4K views Β· Jul 18, 2025

A2A & MCP Workshop: Automating Business Processes with LLMs β€” Damien Murphy, Bench

A2A handles remote agent-to-agent discovery while MCP handles tool/context plumbing β€” pick them only when you don't control both sides.

25.1K views Β· Jul 26, 2025

MCP = Mega Context Problem - Matt Carey

Treat MCP tool catalogs as a retrieval problem, not a dump β€” load only the relevant tools per turn to keep context usable.

20.6K views Β· Apr 25, 2026

Gateways are All You Need β€” Karan Sampath, Anthropic

For enterprise MCP adoption to scale, security teams must bless a single gateway that handles auth, observability and deployment so every team can ship MCP servers safely.

20.5K views Β· Apr 27, 2026

Your MCP Server is Bad (and you should feel bad) - Jeremiah Lowin, Prefect

Treat an MCP server as a curated product UI for agents, not a 1:1 mapping of your existing API surface.

18.8K views Β· Jan 12, 2026

MCP UI: Extending the frontier β€” Liad Yosef and Ido Salomon, MCP Apps

MCP Apps standardizes returning interactive, branded UI from MCP tools, decomposing the web into agent-composable atoms that keep the host model in control.

18.6K views Β· May 06, 2026

MCP: Origins and Requests For Startups β€” Theodora Chu, Model Context Protocol PM, Anthropic

MCP went from internal Anthropic hack to multi-lab standard by optimizing for model agency, server simplicity, and bidirectional agent communication.

15.4K views Β· Jun 18, 2025

MCPs are Boring (or: Why we are losing the Sparkle of LLMs) - Manuel Odendahl

MCP is great plumbing but standardizing every LLM interaction as tool-calling discards the language-generative magic that made LLMs interesting.

11.3K views Β· Jun 10, 2025

Letting AI Interface with your App with MCP β€” Kent C Dodds

MCP is the standard glue layer that finally lets every app expose itself to every AI assistant β€” build MCP servers or get bypassed.

9.2K views Β· Jun 03, 2025

Remote MCPs: What we learned from shipping β€” John Welsh, Anthropic

Inside a large org, every custom tool API converges on MCP β€” adopt it as the default context interface even before you need all features.

8.7K views Β· Jun 19, 2025

MCP Is Not Good Yet β€” David Cramer, Sentry

MCP is a useful plug-in architecture for agents but you must design tool surfaces for LLMs, not just wrap your existing API β€” and OAuth on remote MCP is the only sane path for B2B SaaS.

8.4K views Β· Jul 03, 2025

Exposing Agents as MCP servers with mcp-agent: Sarmad Qadri

Treat agents as MCP servers and async workflows β€” you get composable multi-agent systems for free over standard protocols, with no monolithic framework.

7.8K views Β· Jun 11, 2025

The rise of the agentic economy on the shoulders of MCP β€” Jan Curn, Apify

MCP's tool discovery enables agent-to-tool interaction at scale, but a real agentic economy requires solving agent identity and payments β€” likely via marketplaces before central rails mature.

6.3K views Β· Jul 18, 2025

Blender MCP and The Future Of Creative Tools - Siddharth Ahuja

Scriptable creative tools plus MCP plus AI asset generators collapse historically complex 3D workflows from hours into minutes of prompting.

6.1K views Β· Jun 03, 2025

Real world MCPs in GitHub Copilot Agent Mode β€” Jon Peck, Microsoft

Copilot Agent Mode + MCPs makes IDE agents capable of complex multi-tool tasks while keeping the developer in the permission loop.

5.0K views Β· Jul 19, 2025

Are MCPs Overhyped? A Rant about MCPs β€” Henry Mao, Smithery

MCP solves LLM-service connectivity but reputation, install friction, monetization, and discovery remain β€” Smithery aims to be the AI gateway for that ecosystem.

4.6K views Β· Jun 03, 2025

Full Spec MCP: Hidden Capabilities of the MCP spec β€” Harald Kirschner, Microsoft/VSCode

Full MCP spec β€” sampling, resources, dynamic discovery, roots β€” unlocks rich stateful agent UX far beyond the tool-only patterns most servers ship today.

4.2K views Β· Jul 18, 2025

One Login to Rule Them All: Cross-App Access for MCP β€” Garrett Galow, WorkOS

Cross-App Access via the corporate IDP eliminates per-MCP consent screens and restores enterprise revocation/visibility that today's MCP OAuth flow breaks.

3.4K views Β· Apr 28, 2026

One Registry to Rule them All - Sonny Merla, Mauro Luchetti, & Mattia Redaelli, Quantyca

An AI gateway plus MCP/A2A/use-case registries gives a large enterprise the governance, cost-attribution and lineage it needs to actually scale agentic AI safely.

3.2K views Β· Apr 10, 2026

Scaling GitHub for your Agents β€” Sam Morrow, GitHub

MCP servers at platform scale need aggressive tool reduction, server-side multi-call workflows, eval-driven tool descriptions, and OAuth instead of plaintext PATs.

2.9K views Β· Apr 27, 2026

MCP Agent Fine tuning Workshop - Ronan McGovern

Bootstrap a stronger MCP agent by running Qwen-3 + Playwright MCP, saving multi-turn reasoning traces, and fine-tuning on its own successful runs.

2.6K views Β· Jun 03, 2025

(possible dupe but better sound) What does Enterprise Ready MCP mean? β€” Tobin South, WorkOS

Enterprise-ready MCP requires bolting standard identity, OAuth scopes and audit layers onto remote MCP servers, including multi-hop agent delegation.

2.5K views Β· Jun 27, 2025

The State of MCP observability: Observable.tools β€” Alex Volkov and Benjamin Eckel, W&B and Dylibso

Treat MCP-powered agents as a distributed system and propagate OpenTelemetry context through MCP's meta payload to recover end-to-end tracing.

2.3K views Β· Jun 20, 2025

Your Insecure MCP Server Won't Survive Production β€” Tun Shwe, Lenses

Good MCP design and good MCP security are the same discipline β€” get the interface wrong and OAuth can't save you.

1.5K views Β· Apr 08, 2026

Just do it. (let your tools think for themselves) - Robert Chandler

Make MCP tools agentic β€” give them natural-language inputs and let them reason internally β€” instead of exposing thin API wrappers that overflow the parent agent's context.

1.4K views Β· Jun 10, 2025

Bending a Public MCP Server Without Breaking It β€” Nimrod Hauser, Baz

You can dramatically improve third-party MCP tool behavior by rewriting descriptions, scoping, and wrapping them β€” without forking the upstream server.

1.3K views Β· Apr 08, 2026

Building Protected MCP Servers β€” Den Delimarsky and Julia Kasper, MCP Steering Committee & Microsoft

Remote MCP servers should sit behind a proper identity provider with OAuth/PKCE and per-tool scopes β€” treat them like any other protected enterprise API.

956 views Β· Jun 20, 2025

Agents, Access, and the Future of Machine Identity β€” Nick Nisi (WorkOS) + Lizzie Siegle (Cloudflare)

MCP plus OAuth on top of Cloudflare Durable Objects gives agents real, scoped, persistent machine identity rather than ad hoc API keys.

835 views Β· Jun 30, 2025