Stats
Actions
Tags
From gluestack
Local Gluestack UI server for accessing project components, themes, styles, and UI tools in React Native/web apps. Requires GLUESTACK_PATH to project directory.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gluestack-ui": {
"command": "npx",
"args": [
"-y",
"gluestack-ui-mcp-server"
],
"env": {
"GLUESTACK_PATH": "${GLUESTACK_PATH:-$CLAUDE_PROJECT_DIR/node_modules/gluestack-ui}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
GLUESTACK_PATH=${GLUESTACK_PATH:-$CLAUDE_PROJECT_DIR/node_modules/gluestack-ui}npx claudepluginhub thebushidocollective/han --plugin gluestack