Skip to main content
Glama

MCP Prioritization

A "human prioritization" MCP server built with the official MCP TypeScript SDK v2 (@modelcontextprotocol/server@^2.0.0) and the MCP Apps extension: the human_prioritization tool ships an interactive ui:// drag-and-drop list that hosts like Claude Cowork render as a sandboxed iframe. Reorder the items, press "Send priorities to chat", and the ranked list comes back into the conversation as Prioritized: 1. ... 2. ....

Try the deployed server

A live instance runs at https://mcp-prioritization.netlify.app/mcp — add it to Claude as a custom connector (Customize → Connectors → Add → Add custom connector → Remote MCP server URL; details in docs/claude.md).

Usage of the HTTP version of the MCP app: the human_prioritization tool renders a drag-and-drop list in the Claude chat

Example queries to force the MCP tool to be picked up:

List top 10 biggest cities in Lithuania
Let me prioritize cities to visit

Requires at least a Sonnet-tier model — Haiku did not call the tool in testing.

Related MCP server: AskUserQuestionPlus

Setup

Requires Node.js 26 (see .nvmrc) and uses TypeScript 7 (native compiler).

nvm use          # picks up .nvmrc
npm install
npm run typecheck   # tsc --noEmit

Quick test

npx @modelcontextprotocol/inspector --cli npx tsx src/stdio.ts --method tools/list | jq .

Documentation

Full documentation lives in docs/index.md (Open Knowledge Format bundle):

  • Architecture — tool, ui:// view, protocol flow, transports

  • Claude — Claude Code / Desktop / Cowork setup and MCP Apps support matrix

  • VS Code — seeing the widget in VS Code's native chat

  • ChatGPT — adding the deployed server as a ChatGPT plugin

  • Netlify/mcp endpoint, first-time project creation, GitHub Actions

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    -
    maintenance
    A proof-of-concept demonstrating interactive UI capabilities for MCP servers through a task management example. Shows how MCP servers can deliver HTML/CSS/JS interfaces that render inside AI chat clients with bidirectional communication.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enables LLMs to ask users questions through a web interface with keyboard shortcuts, supporting single/multiple choice and custom input.
    Last updated
    6
    37
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • An MCP server for deep research or task groups

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aurelijusb/mcp-prioritization'

If you have feedback or need assistance with the MCP directory API, please join our Discord server