gluestack/mcp
If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project provides a Model Context Protocol (MCP) server for integrating Gluestack components with Claude Desktop and Cursor IDE.
The Gluestack Components MCP Server is designed to facilitate seamless integration of Gluestack components with popular development environments like Claude Desktop and Cursor IDE. By leveraging the Model Context Protocol, this server enables developers to enhance their workflow with advanced features and tools. The server acts as a bridge, allowing for efficient communication and interaction between the Gluestack components and the IDEs, thereby streamlining the development process. With easy setup instructions and compatibility with major operating systems, this MCP server is a valuable asset for developers looking to optimize their coding environment.
Features
- Seamless integration with Claude Desktop and Cursor IDE
- Cross-platform compatibility with macOS, Linux, and Windows
- Easy setup and configuration process
- Enhances development workflow with advanced tools
- Supports Node.js environment for server execution
Usages
usage with claude desktop macos linux
{ "mcpServers": { "your-mcp-server-name": { "command": "node", "args": ["/complete/path/to/your/project/index.js"] } } }
usage with claude desktop windows
{ "mcpServers": { "your-mcp-server-name": { "command": "node", "args": ["C:\\complete\\path\\to\\your\\project\\index.js"] } } }
usage with cursor ide macos linux
{ "mcpServers": { "your-mcp-server-name": { "command": "node", "args": ["/complete/path/to/your/project/index.js"] } } }
usage with cursor ide windows
{ "mcpServers": { "your-mcp-server-name": { "command": "node", "args": ["C:\\complete\\path\\to\\your\\project\\index.js"] } } }