Shoogle MCP Server
Shoogle'ı Cursor'a bağlayın ve shadcn bloklarını doğrudan IDE'nizden arayın.
Dokümantasyon
Shoogle MCP Server
Search 10,400+ shadcn registry items from your IDE
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.
Tools
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 across all registries
search_registry_items
Search shadcn registry items by name across all indexed community registries. Returns registry namespaces and ready-to-use npx shadcn@latest add commands.
Parameters: query (required), offset, limit
Search within registries
search_registry_items_scoped
Same name search, limited to specific registry namespaces (e.g. @shadcnblocks, @cult-ui). Use when you know which registries to check. Reports unknownRegistries for namespaces that did not resolve.
Parameters: query, registries (required), offset, limit
MCP Server Installation
Select your IDE and follow the instructions below.
- Open Cursor Settings (Ctrl+, or Cmd+,)
- Go to Features → MCP
- Click Add Server or edit your MCP config file
- Paste the configuration below and save
- Restart Cursor if prompted, then ask it to search for a component
Add to Cursor MCP settings or .cursor/mcp.json
{
"mcpServers": {
"shoogle": {
"url": "https://mcp.shoogle.dev/mcp"
}
}
}
Troubleshooting