MCP Prompt
MCP Prompt is a reusable template that lives on an MCP server and packages exact instructions resource requirements and output schemas so any MCP client can fetch fresh data from your tools and execute a repeatable workflow. After Anthropic shipped the Model Context Protocol in late 2024 these prompts became the standardized way to stop feeding Claude the same 400 word block every Tuesday. The server exposes the prompt as a JSON-RPC endpoint. When invoked the client tells the server which prompt to run and passes any parameters such as a Figma node key. The server then calls list and read operations across connected resources grabs the current frame tree from Figma the latest spec from Notion open issues from Linear design tokens from the filesystem repo and usage numbers from Postgres or Stripe. All that live context gets injected before the model sees a single token. The prompt text itself dictates persona step by step reasoning rules success criteria and the exact JSON shape the output must follow. Because the prompt is server hosted it updates when any underlying tool changes and every designer on the team gets the new behavior without touching their local config files.
MCP Prompt is not a system prompt you paste into Claude every morning. It is not a static markdown file saved in a shared drive. It is not a replacement for raw creative exploration or open ended brainstorming where the outcome is still unknown. It is not locked to one client or one lab even though Anthropic originated the spec. It is not a shortcut that removes the need for clear success criteria. Teams that treat these prompts like clever macros instead of living workspace contracts end up with brittle brittle output the first time Figma ships a variable update.
A concrete example is the component spec to production prompt that Figma open sourced in February 2025. Inside Claude Code or Cursor a designer types slash component spec to production selects a frame and hits enter. The prompt first pulls the complete layer tree component instances variable values and auto layout constraints from the official Figma MCP server. It then fetches the linked product brief and acceptance criteria from the Notion MCP server the current implementation and test coverage from the GitHub server and the design token definitions from the internal filesystem server. The instructions force the model to reason about accessibility contrast motion and theming before outputting four files: a Tailwind React component a full Chromatic test suite a Linear task with assignee labels and priority and a PR description that already references the exact diff. What used to be three hours of manual translation and four separate tools now finishes in 18 seconds with zero hallucinated hex codes. The same prompt runs without modification in Continue.dev Zed and OpenAI Assistants because the protocol is universal.
Another concrete example is the weekly design systems audit prompt used at Linear and Stripe in 2026. It depends on six MCP servers. It loads every frame tagged with the current sprint from Figma pulls customer usage cohorts and churn data from Stripe scans the last 90 days of Slack threads for complaints references the component changelog in GitHub and checks the Postgres analytics table for adoption rates. The prompt tells the model to act as a principal designer who worked on Stripe Billing in 2024 then return a strict JSON object containing flagged violations with exact layer coordinates suggested token updates a one paragraph executive summary and a ready to ship Linear roadmap item. New hires run the same prompt on day one and produce critiques indistinguishable from those of senior staff. Agencies adopted a variant that swaps Stripe for Browserbase so the prompt can open the live production site take real screenshots and compare them against the Figma source.
Use MCP Prompts the moment you notice yourself repeating the same instructions to the model across more than two projects. They win for design system compliance checks turning Notion PRDs into clickable prototypes running competitive teardowns that always examine the same seven dimensions generating release notes tied to real GitHub issues and Stripe metrics or standardizing handoff packages that include code tests and tickets. The strongest pattern in 2026 is a dedicated prompt library MCP server that every workspace points to. When Notion updated their block schema in Q3 2026 the library team updated the resource definitions once and every prompt that touched Notion blocks immediately received richer context. Pair these prompts with Claude Skills so the Skill sets the persona such as brutalist systems thinker while the MCP Prompt supplies the live workspace and JSON contract. Backend teams build companion prompts that let the same Claude session query production Postgres through the official server then output both a visual spec and the exact SQL migration.
Avoid MCP Prompts during true early ideation when success looks like twenty wildly different directions instead of one tight JSON object. They add pointless overhead if your team still relies on screenshots instead of real MCP servers for Figma or Linear. The multi server round trips can push latency past six seconds on complex workspaces so do not use them for live customer calls. Auth complexity is another hard stop. A prompt that works with your personal OAuth token can leak customer data the moment it touches the Stripe MCP server if scoped credentials were not designed first. Mobile execution remained unsupported through mid 2026 so any workflow that needs to run on an iPhone stayed outside the protocol.
MCP Prompts replace the endless reinvention of the wheel with a shared always current command palette that makes your entire product workspace available to the model in one stroke.
Read the full guide
Related terms
Keep exploring
Model Context Protocol
An open standard introduced by Anthropic that lets AI agents read and interact with external tools, data sources, and services through a shared interface.
MCP Resource
Read-only data an MCP server exposes so AI models can access real structured context from Figma files, Notion databases, or GitHub repos instead of relying on screenshots or copy-pasted specs.
Prompt Library
A prompt library is a git-backed, versioned collection of prompts structured like a design system. Each prompt carries five-part anatomy, variants, parent-child composition, evals, and ownership so teams ship consistent output that survives model updates and new hires.
Claude Skills
Versioned packages of prompts, rules, reference examples, and evaluation logic that turn Claude into a repeatable design specialist. Top teams in 2025 used them to automate brand audits, enforce component systems, critique interfaces, and generate production code without losing craft.