Ask UI

by Box-Killer

293 downloads
Not rated
GitHub

About

A MCP server that enables agents to ask users questions via custom user interfaces.

Details

Author
Box-Killer
Downloads
293
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Ask UI
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

ask-ui

该工具使用大语言模型来生成 HTML,并弹出 WebView 窗口,以此获取用户输入。参数为需要生成的页面的自然语言描述,包括标题、需要输入的内容、交互形式等。需要言简意赅但准确完整。

continue-ask-ui

当调用 create-ask-ui 工具后,用户没有立刻给出结果,则可以调用该工具来再次尝试获取结果。 该工具可以连续多次调用,直到用户给出结果。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ask ui": {
            "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"
                }
            }
        }
    }
}

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"
        }
    }
}

A MCP server that enables agents to ask users questions via custom user interfaces.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.