Skip to main content
Glama

Flux UI MCP Server

by iannuttall
package.json1.11 kB
{ "name": "fluxui-mcp-server", "version": "0.1.0", "description": "MCP server for Flux UI component references", "type": "module", "license": "MIT", "bin": { "fluxui-server": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.7.9", "cheerio": "^1.0.0-rc.12" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/your-github/fluxui-mcp-server.git" }, "author": "Your Name <your.email@example.com>", "bugs": { "url": "https://github.com/your-github/fluxui-mcp-server/issues" }, "homepage": "https://github.com/your-github/fluxui-mcp-server#readme", "keywords": [ "fluxui", "MCP", "model context protocol", "component references" ] }

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/iannuttall/flux-ui-mcp'

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