← all topics

πŸ”Œ MCP

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

42 videos Β· mcpagentsanthropicenterprisemcp-appstool-use

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 (42)

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

The agent-ready web: Simplify user actions with WebMCP β€” Tara Agyemang, Google

Expose clear website actions as structured tools while maintaining strong accessibility and ordinary browser usability.

15.0K views Β· Jun 11, 2026

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

Combine Skills and MCP to Close the Context Gap β€” Pedro Rodrigues, Supabase

MCP supplies access, while carefully structured skills supply the product knowledge needed to use that access correctly.

11.0K views Β· May 15, 2026

Building Interactive UIs in VS Code with MCP Apps β€” Marlene Mhangami & Liam Hampton, GitHub

MCP Apps combine tool execution with direct manipulation interfaces that keep users inside their current workflow.

9.7K views Β· Jun 06, 2026

Building Agent Interfaces: Lessons from Chrome DevTools (MCP) for Agents β€” Michael Hablich, Google

Design tools around agent reasoning limits and measure successful outcomes rather than simply minimizing tool count or tokens.

9.6K views Β· Jun 05, 2026

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

Why MCP and ChatGPT Apps Use Double Iframes β€” FrΓ©dΓ©ric Barthelet, Alpic

Embedding interactive MCP views requires balancing host isolation, content-security policy, and app storage capabilities.

8.1K views Β· Jun 15, 2026

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

Your Agent's Biggest Lie: "I Searched the Web" β€” Rafael Levi, Bright Data

Check actual retrieval evidence and tool access before trusting an agent's claim that an answer reflects the live web.

7.3K views Β· Jun 17, 2026

From MCP to Scale: Pipelines That Build Themselves β€” Rafael Levi, Bright Data

Use models for pipeline construction and repair, and deterministic scripts for repeated extraction at scale.

6.9K views Β· Jun 07, 2026

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

MCP Tasks (async): Why Aren't Any Agents Supporting Them? β€” Cornelia Davis, Temporal

Long-running MCP tools require durable coordination on the client as well as the server.

6.0K views Β· Aug 02, 2026

MCP Apps: Extending the Frontier β€” Ido Salomon & Liad Yosef

MCP Apps preserve rich application interactions while keeping the AI host in control of tool execution.

5.8K views Β· Aug 02, 2026

MCP Apps: Primitives, discovery, and the Future of Software - Pietro Zullo, Manufact, Inc

Useful MCP Apps combine interactive UI with explicit state synchronization and accessible distribution.

5.1K views Β· Jul 05, 2026

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

Building the Engine While Flying the Plane: Launching the Figma MCP Server β€” Jesse Lumarie, Figma

Design-to-code integrations need structured visual context, real component reuse, and repeatable evaluation.

4.8K views Β· Aug 28, 2026

Introducing WebMCP: Agents in the Browser β€” RL Nabors

Existing web infrastructure can expose content and interactions to agents alongside ordinary browser users.

4.7K views Β· May 23, 2026

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