MCP Elicitation Explorer
An interactive playground for MCP elicitation. See how a server asks the client for structured input, then try the prompts yourself.
Use cases
- Learn how MCP elicitation asks for structured input before a tool continues.
- Try sample prompts and read the request shape without standing up a server.
- Share a concrete example when a team is adopting MCP.
Questions
- What is MCP elicitation?
- Elicitation lets an MCP server pause and ask the client for structured input, such as a missing argument, before it continues.
- Do I need an MCP server to use this playground?
- No. The playground runs in the browser and shows the elicitation flow with sample prompts.
- Can I use this pattern in Claude Code?
- Yes. The playground mirrors the elicitation request a Claude Code MCP server sends, so you can check the prompt before you ship the server.