Search registry items across all community registries, or within specific namespaces, directly from your AI assistant. Follow the instructions below to install the MCP server in your IDE.
The Shoogle MCP server exposes two search tools. Both match item names via full-text search and return add commands for the shadcn CLI.
search_registry_items
Parameters: query (required), offset, limit
search_registry_items_scoped
Parameters: query, registries (required), offset, limit
Select your IDE and follow the instructions below.
Add to Cursor MCP settings or .cursor/mcp.json
{
"mcpServers": {
"shoogle": {
"url": "https://mcp.shoogle.dev/mcp"
}
}
}