drio
Open app

Popmelt MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

The Popmelt MCP Server is an implementation of the Model Context Protocol (MCP) that provides access to Talent AI profiles and styling capabilities for dynamic UI component styling.

To use the Popmelt MCP Server, clone the repository, install dependencies, set up the PostgreSQL database, and run the server either via command line or HTTP/SSE for web applications.

  • Access to complete Talent AI profiles with aesthetic characteristics. - CSS styling generation from stored metadata. - Dynamic integration of Talent-driven design choices into UI components. - Direct connection to a PostgreSQL database for data retrieval. - Multiple transport options for server communication.
  1. Generating CSS styles for UI components based on Talent profiles.
  2. Integrating dynamic design attributes into web applications.
  3. Analyzing compatibility between different design styles.

Add to your AI client

Use these steps to connect Popmelt MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-test-04-avantjohn": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-test-04-avantjohn"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-test-04-avantjohn": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-test-04-avantjohn"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-test-04-avantjohn": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-test-04-avantjohn"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-test-04-avantjohn": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-test-04-avantjohn"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-test-04-avantjohn": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-test-04-avantjohn"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-test-04-avantjohn": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-test-04-avantjohn"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol?

The Model Context Protocol is a framework for accessing and utilizing contextual data in applications.

How do I set up the database?

You can set up the database by running the provided SQL setup script after cloning the repository.

Can I run the server on different platforms?

Yes! The server can be run using stdio for CLI tools or HTTP/SSE for web applications.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3363,"uuid":"24a04212-8d1d-4c7c-a200-77bb71f6c3fd","name":"mcp-server-test-04","title":"Popmelt MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/110754942?v=4","created_at":"2025-03-19T04:40:51.701Z","updated_at":"2025-03-19T05:17:52.924Z","status":"created","author_name":"avantjohn","author_avatar_url":"https://avatars.githubusercontent.com/u/110754942?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/avantjohn/mcp-server-test-04","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-20 17:07:24\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Popmelt MCP Server — MCP Registry