Flux UI MCP ServerServer

iannuttall
GitHub
MCPFlux UIComponent Documentation

Loading subscription status...

💡 Description

MCP server for Flux UI component references. This is a TypeScript-based MCP server that provides reference information for Flux UI components, implementing a Model Context Protocol (MCP) server to help AI assistants access component documentation and examples.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fluxui-server": {
        "env": {},
        "args": [],
        "command": "/path/to/fluxui-mcp-server/build/index.js"
      }
    },
    {
      "fluxui-server": {
        "env": {},
        "args": [
          "-y",
          "fluxui-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

list_flux_componentsget_flux_component_detailsget_flux_component_examplessearch_flux_components

Features

  • Get a list of all available Flux UI components
  • Get detailed information about a specific component
  • Get usage examples for a specific component
  • Search for components by keyword

💬 Example Queries

  • Get a list of all available Flux UI components
  • Get detailed information about a specific component
  • Search for components by keyword