Native
Freeby MCP Community
MCP server for HeroUI Native component documentation via Model Context Protocol
v1.1.0Added Apr 12, 2026
mcpherouiheroui-nativereact-nativemodel-context-protocol
Native MCP Server
MCP server for HeroUI Native component documentation via Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y @heroui/native-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"native": {
"command": "npx",
"args": ["-y", "@heroui/native-mcp"]
}
}
}