mcp-chat-cards

jhauga/mcp-chat-cards
★ 0 stars TypeScript Code/Dev Tools Updated 4d ago
An MCP (Model Context Protocol) server that renders interactive HTML inside desktop clients. The conversations renders HTML tables, charts, forms, short video clips, collapsible sections, and numbered outlines. On hosts that support the MCP Apps extension (SEP-1865), cards render in the conversation as iframes, else as self-contained embedded HTML.
View on GitHub → 🔍 Audit Wallet Slippage →

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-chat-cards": {
      "command": "npx",
      "args": [
        "-y",
        "jhauga/mcp-chat-cards"
      ]
    }
  }
}