Skip to main content
Glama

Elegant Agent MCP Server

MCP server for the Elegant 1.0 UI component library. Provides 14 tools that give AI assistants everything they need to build Log360 Cloud pages — component HTML, page blueprints, shell skeletons, chart snippets, icons, and wiki documentation.

All data is served from the cloud. No local files needed.

Quick Setup

Add to .cursor/mcp.json in any project:

{
  "mcpServers": {
    "elegant-agent": {
      "url": "https://elegant-mcp.vercel.app/api/mcp"
    }
  }
}

Reload Cursor. 14 tools will appear.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "elegant-agent": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://elegant-mcp.vercel.app/api/mcp"]
    }
  }
}

Restart Claude Desktop.

Related MCP server: ds-pilot

Usage

Just ask the AI to build a page:

"Create Report Servers & Workstation - Windows - Windows Startup report page with all interactions"

The AI will automatically call the MCP tools in order:

  1. setup_project — gets CDN URLs and build rules

  2. get_page_blueprint — gets exact layout specification

  3. get_recipe / get_shell — gets shell skeleton

  4. get_component — gets HTML for each component

  5. Outputs a single index.html with all assets loaded from CDN

Available Tools (14)

Tool

Description

setup_project

CDN URLs, build rules, workflow steps

get_component

Canonical HTML for any UI component

get_recipe

Build recipe for Shell A/B/C/D

get_shell

Complete HTML skeleton with CDN links

get_chart_snippet

ElegantEChart HTML+JS code

get_checklist

Pre-commit checklist

get_anti_patterns

Known issues and fixes

list_components

All available component names

search_wiki

Full-text search across wiki docs

get_icons

195 SVG icon names with CDN URLs

get_full_wiki_file

Complete wiki markdown file

get_topnavbar

Complete TopNavBar HTML

get_page_blueprint

Detailed page layout specification

get_screenshot

Search 217 product screenshots

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    An MCP server that enables AI to interact with the private 'my-design' React component library and design tokens for UI generation and technical support. It provides tools for component searching, API documentation retrieval, and migration guidance based on specific internal design specifications.
    6
  • A
    license
    -
    quality
    C
    maintenance
    MCP server that exposes your design system components and tokens to AI agents, preventing duplicate component creation and hardcoded token values.
    14
    9
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    MCP server that gives AI coding agents the ability to design UIs through Google Stitch. It generates production-ready HTML and screenshots from natural language prompts.
    9

View all related MCP servers

Related MCP Connectors

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Anguraj-zoho/elegant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server