MCP Directory
Back

ModelContextProtocol.UI

by AldousHuxy · TypeScript · ★ 0

ModelContextProtocol.UI — MCP server.

Install

npx -y github:AldousHuxy/ModelContextProtocol.UI

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-ui": {
      "command": "npx",
      "args": [
        "-y",
        "github:AldousHuxy/ModelContextProtocol.UI"
      ]
    }
  }
}

From the README

- **Tools**: performs a single operation with clearly defined inputs and outputs - : Upload a new letter of map change for analysis - **Resources**: access this information directly and decide how to use it - : The names of all letters of map changes - : The file contents of a letter of map change - **Prompts**: user-controlled, requiring explicit invocation - : Summarize a letter of map change - : Analyze the upstream and downstream tie-ins - : Check for all required fields
Read full README on GitHub →

Related other servers