MCP (Model Context Protocol)
MCP (Model Context Protocol) is an open standard for connecting AI assistants to external tools, data sources, and services through a shared protocol.
It lets products plug in databases, design tools, or internal APIs so agents can read and act on live context beyond the chat window.
What it means
MCP servers expose capabilities (search files, query tickets, run commands) that compatible clients discover and call in a standardized way.
Why designers should care
MCP changes what agents can touch; UX must show connected sources, permissions, connection health, and what data left the user’s environment.
Example
A design copilot connects to Figma and Linear via MCP; the UI lists active integrations, scopes (“This project only”), and logs each tool call with a link to the affected issue.
Common mistakes
- • Enabling powerful MCP tools with no consent or scope UI.
- • Tool errors shown as generic “AI failed” with no integration name.
- • Assuming designers do not need to design connection onboarding and revoke flows.