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.
Install the Shoogle Skill into your AI Assistant to search shadcn blocks and components across the shadcn registries
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"
}
}
}