mcp-quick-show

zolat/mcp-quick-show
★ 0 stars Swift 🤖 AI/LLM Updated 7d ago
macOS menu-bar app + MCP server that renders agent-produced content (markdown, SVG, mermaid, images) into floating HUD panels — and returns a screenshot to the agent so it can iterate.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-quick-show": {
      "command": "npx",
      "args": [
        "-y",
        "zolat/mcp-quick-show"
      ]
    }
  }
}

README Excerpt

A macOS menu-bar app + MCP server that lets AI agents render content (markdown, SVG, mermaid diagrams, images) into floating HUD panels — and *see* the rendered result via a screenshot returned through the MCP tool response. Status: **v0.1 in development.** See `ROADMAP.md` for the current phase. ```sh