@hummingbirdui/mcp
v1.0.0-alpha.7
Published
A Model Context Protocol (MCP) server for hummingbirdui components, providing AI assistants with access to component source code.
Downloads
98
Readme
An MCP server that gives AI assistants full access to Hummingbird UI — components, forms, layouts, theming, content helpers, and framework guides. No token required. No setup. Just run it.
Quick Start
npx @hummingbirdui/mcpInstall in Claude Desktop
Add to claude_desktop_config.json :
{
"mcpServers": {
"hummingbird-mcp": {
"command": "npx",
"args": ["-y", "@hummingbirdui/mcp@latest"]
}
}
}Fully quit and reopen Claude Desktop.
Install in Cursor
Add to mcp.json :
{
"mcpServers": {
"hummingbird-mcp": {
"command": "npx",
"args": ["-y", "@hummingbirdui/mcp@latest"]
}
}
}License
MIT
