Gluestack Components Server
БесплатноНе проверенEnables integration of Gluestack components with Claude Desktop and Cursor IDE for UI development.
Описание
Enables integration of Gluestack components with Claude Desktop and Cursor IDE for UI development.
README
This project provides a Model Context Protocol (MCP) server for integrating Gluestack components with Claude Desktop and Cursor IDE.
Prerequisites
- Node.js (v14 or higher)
- Claude Desktop application OR Cursor IDE
Setup Instructions
1. Clone and Install Dependencies
git clone <repository-url>
cd <project-directory>
npm install
Integration Options
You can use this MCP server with either Claude Desktop or Cursor IDE:
Option 1: Claude Desktop Integration
2. Install Claude Desktop
Download and install Claude Desktop from the official Anthropic website if you haven't already.
3. Configure Claude Desktop MCP Server
You need to add this MCP server to your Claude Desktop configuration file.
For macOS and Linux:
Using Cursor Editor:
cursor ~/Library/Application\ Support/Claude/claude_desktop_config.json
Using VS Code:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
For Windows:
Using VS Code:
code $env:AppData\Claude\claude_desktop_config.json
4. Update Configuration File
Add the following configuration to your claude_desktop_config.json file:
For macOS and Linux:
{
"mcpServers": {
"your-mcp-server-name": {
"command": "node",
"args": ["/complete/path/to/your/project/index.js"]
}
}
}
For Windows:
{
"mcpServers": {
"your-mcp-server-name": {
"command": "node",
"args": ["C:\\complete\\path\\to\\your\\project\\index.js"]
}
}
}
5. Start the MCP Server
Navigate to your project directory and run:
node index.js
6. Restart Claude Desktop
Close and reopen Claude Desktop application. You should now see the MCP server listed in the available tools menu.
Verification for Claude Desktop
After following the setup steps:
- Open Claude Desktop
- Look for the MCP server in the tools menu, just below the input where you enter your prompt
- You should see "your-mcp-server-name" listed as an available MCP server
Option 2: Cursor IDE Integration
2. Start the MCP Server
First, start the MCP server by running:
node index.js
3. Setup MCP in Cursor
- Open Cursor IDE
- Navigate to Settings (top right corner)
- Select MCP from the settings menu
- Click Add MCP to add a new MCP server
4. Configure MCP Server in Cursor
Add the following configuration to your mcp.json file in Cursor:
For macOS and Linux:
{
"mcpServers": {
"your-mcp-server-name": {
"command": "node",
"args": ["/complete/path/to/your/project/index.js"]
}
}
}
For Windows:
{
"mcpServers": {
"your-mcp-server-name": {
"command": "node",
"args": ["C:\\complete\\path\\to\\your\\project\\index.js"]
}
}
}
5. Complete Setup
The MCP server will now be available directly in your Cursor IDE project. You can use the Gluestack components integration within your development workflow.
Verification for Cursor
After setup:
- Check that the MCP server appears in Cursor's MCP settings
- Verify the server is running without errors
- Test the integration in your project
Установка Gluestack Components Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/gluestack/mcpFAQ
Gluestack Components Server MCP бесплатный?
Да, Gluestack Components Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gluestack Components Server?
Нет, Gluestack Components Server работает без API-ключей и переменных окружения.
Gluestack Components Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Gluestack Components Server в Claude Desktop, Claude Code или Cursor?
Открой Gluestack Components Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare Gluestack Components Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
