
Ask UI
@Box-Killer
关于 Ask UI
A MCP server that enables agents to ask users questions via custom user interfaces.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ask-ui": {
"command": "npx",
"args": [
"-y",
"mcp-ask-ui"
],
"env": {
"MOONSHOT_API_KEY": "all keys are optional",
"PPIO_API_KEY": "all keys are optional",
"MINIMAX_API_KEY": "all keys are optional"
}
}
}
}工具
2该工具使用大语言模型来生成 HTML,并弹出 WebView 窗口,以此获取用户输入。参数为需要生成的页面的自然语言描述,包括标题、需要输入的内容、交互形式等。需要言简意赅但准确完整。
当调用 create-ask-ui 工具后,用户没有立刻给出结果,则可以调用该工具来再次尝试获取结果。 该工具可以连续多次调用,直到用户给出结果。
概览
What is Ask UI?
A MCP server that enables agents to ask users questions via custom user interfaces.
How to use Ask UI?
—
Key features of Ask UI
—
Use cases of Ask UI
—
FAQ from Ask UI
—
文件与存储 分类下的更多 MCP 服务器
Filesystem
chrisdocManage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.

Filesystem
modelcontextprotocolModel Context Protocol Servers
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Mcp Directory
chatmcpdirectory for Awesome MCP Servers
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
评论