claude-mcp-apps

jonathaneemmett/claude-mcp-apps
★ 0 stars Python 🤖 AI/LLM Updated today
Artifact Server — A Python MCP server that renders interactive D3.js charts, tables, and Mermaid diagrams directly inside Claude Desktop via MCP Apps.
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": {
    "claude-mcp-apps": {
      "command": "uvx",
      "args": [
        "claude-mcp-apps"
      ]
    }
  }
}

Or install with pip: pip install claude-mcp-apps