Glossary

MCP Prompts

MCP Prompts are guided workflows that an MCP server exposes to AI assistants. They define multi-step processes — like onboarding a new user, debugging an issue, or generating a report — that combine your tool's capabilities with structured AI guidance.

Explanation

Prompts are the most opinionated MCP primitive. While Tools and Resources are general-purpose, Prompts encode domain-specific workflows. Each prompt has a name, description, and a template that defines the conversation flow. When a user selects a prompt, the AI assistant follows the guided workflow — asking questions, calling tools, reading resources, and providing structured output. For example, a deployment platform's MCP server might offer a 'deploy-review' prompt that walks through checking the diff, running tests, reviewing the deployment plan, and confirming the deploy. Prompts are especially powerful for complex workflows where the user might not know the optimal sequence of steps. They turn your domain expertise into an AI-guided experience.

Related Terms

Ready to build your own MCP server?

Take the 2-minute quiz to find out if MCP is the right fit for your project, then get a step-by-step plan to ship it.