Elicitations Demo Server
БесплатноНе проверенDemonstrates elicitations for collecting structured user input interactively across tools, resources, and prompts in the Model Context Protocol.
Описание
Demonstrates elicitations for collecting structured user input interactively across tools, resources, and prompts in the Model Context Protocol.
README
A demonstration server that showcases elicitations across different Model Context Protocol (MCP) use cases. This server demonstrates how to collect user input dynamically using the MCP elicitation system.
What are Elicitations?
Elicitations allow MCP servers to request structured input from users during tool execution, enabling interactive and dynamic workflows.
Available MCP Components
Tools
greeting- Simple greeting tool that asks for your namecontact-info- Collects structured contact information (name, email, age)
Resources
config://user- User greeting resource that dynamically requests your name
Prompts
greeting-prompt- Generates a personalized greeting prompt based on your name
How It Works
Each component demonstrates elicitations in different contexts:
- Tools show how to collect input during tool execution
- Resources demonstrate dynamic content generation based on user input
- Prompts showcase how to create personalized prompts using elicited data
Running the Server
npm install
npm run build
npm start
The server will run on http://localhost:3000
Example Elicitation Schemas
Simple Name Request
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the user"
}
},
"required": ["name"]
}
Contact Information Request
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Your full name"
},
"email": {
"type": "string",
"format": "email",
"description": "Your email address"
},
"age": {
"type": "number",
"minimum": 18,
"description": "Your age"
}
},
"required": ["name", "email"]
}
This demo showcases MCP elicitations for creating interactive, user-driven experiences across tools, resources, and prompts.
Установка Elicitations Demo Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/QuantGeekDev/mcp-elicitations-serverFAQ
Elicitations Demo Server MCP бесплатный?
Да, Elicitations Demo Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Elicitations Demo Server?
Нет, Elicitations Demo Server работает без API-ключей и переменных окружения.
Elicitations Demo Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Elicitations Demo Server в Claude Desktop, Claude Code или Cursor?
Открой Elicitations Demo Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Elicitations Demo Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
