Shoogle MCP Server

Connect Shoogle to Cursor and search shadcn blocks directly from your IDE.

Tài liệu

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.

  1. Open Cursor Settings (Ctrl+, or Cmd+,)
  2. Go to Features → MCP
  3. Click Add Server or edit your MCP config file
  4. Paste the configuration below and save
  5. 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