JSPM

  • Created
  • Published
  • Downloads 134
  • Score
    100M100P100Q94096F
  • License MIT

Model Context Protocol server for MoonUI component library - AI-native component access

Package Exports

  • @moontra/moonui-mcp-server

Readme

MoonUI MCP Server

Ultra-minimal Model Context Protocol server for MoonUI component library.

Features

  • ✨ Get component list and information
  • 🔍 Smart component suggestions
  • 📦 Only 36KB dist size
  • 🚀 100% accurate component data

Installation

npm install @moontra/moonui-mcp-server

Usage with Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "moonui": {
      "command": "npx",
      "args": ["@moontra/moonui-mcp-server"]
    }
  }
}

Available Tools

get_components

Get list of all MoonUI components organized by category.

get_component_info

Get detailed information about a specific component.

suggest_component

Get component suggestions based on use case description.

Philosophy

This MCP server focuses on providing accurate component information. Code generation is left to AI, which can generate better code with proper metadata.

License

MIT