Back to Apps

Gluestack UI MCP Server
by gluestack
Accelerate UI development by integrating Gluestack components directly into your AI workflow for screen generation.
0 stars
Works in:Cursor
Exposes:Resources
What it does
This MCP server provides AI agents with deep knowledge of Gluestack UI components. It allows LLMs to generate high-quality, accessible, and themed UI screens by referencing actual component specifications and usage patterns.
Tools
- Component Lookup: Retrieve detailed MDX documentation for any Gluestack component (e.g., Accordion, Modal, Box).
- Screen Generation: Generate layout code based on Gluestack's design system.
- Style Reference: Access layout and spacing guidelines for consistent UI implementation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gluestack-ui": {
"command": "node",
"args": ["/path/to/gluestack-mcp/index.js"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json using node /path/to/index.jsClaude Desktop
{"mcpServers": {"gluestack-ui": {"command": "node", "args": ["/path/to/index.js"]}}}





