Published 10 September 2026 · Source dated 3 September 2026
Model Context Protocol lets agents like Claude Code, Cursor and Codex actually do things in other tools, not just chat about them. The protocol keeps shipping updates, so it's not something you learn once and forget.
MCP (Model Context Protocol) is the open standard that lets AI agents read a Figma file, query a database, or open a browser instead of just generating text about how they'd do it. Its GitHub release history shows it's still actively evolving — new capabilities, tightened permissions, more connectors — which tells you it's not a finished spec you learn once.
For design workflows specifically, this matters because more tools now ship their own MCP server, meaning agents can read your design context and, increasingly, write back into it. That's a real jump from 'AI writes a one-off plugin script' to 'agent works inside your files with your actual context.' Worth understanding even if you never touch the protocol directly yourself.
Coach
Install one simple MCP server locally in a tool you already use, just to watch a single tool-call happen — it demystifies the whole 'agent' conversation fast.
Figma's own product walkthrough shows the Dev Mode MCP server now discovering multiple tools and piping real design context straight into code editors like Cursor. It's moving from novelty demo to a repeatable dev-handoff step.
watch the walkthrough, then enable Dev Mode's MCP toggle on one of your own Figma files and see what tools it actually exposes — you don't need to code to understand what a dev sees.
A September 2026 roundup argues the real shift isn't smarter single-prompt tools, it's agents that work across several linked systems to actually finish a task. The same piece warns most teams still lack the controls to let agents act safely, so the advice is fewer agents with tighter review, not more.
next time you chain AI steps (brief → draft → handoff), add one manual check-and-approve step before the output leaves your hands — treat the agent like a keen junior, not an autopilot.
Model Context Protocol keeps expanding: Claude, ChatGPT, VS Code and Cursor now list it as their way to connect to outside tools. If you're pairing AI with design work, this is the plumbing worth understanding.