Shoogle
Connect Shoogle to Cursor and search shadcn blocks directly from your IDE.
Shoogle MCP Server
Connect Shoogle MCP Server to your IDE and search shadcn blocks directly.
1. Introduction
The Shoogle MCP server allows you to search for shadcn/ui blocks and components directly from Cursor using the Model Context Protocol. Once installed, you can ask Cursor to find UI blocks, components, and templates without leaving your editor.
The server is hosted at mcp.shoogle.dev and requires no local setup or configuration files.
2. Installation Steps
- Open Cursor Settings by pressing Ctrl+, (Windows/Linux) or Cmd+, (Mac)
- Navigate to Features → MCP in the settings menu
- Click Add Server or edit your MCP settings file
- Add the Shoogle MCP server configuration (see Configuration Example below)
- Save the settings and restart Cursor if prompted
- Verify the connection by asking Cursor to search for a block (e.g., "search for button components")
3. Configuration Example
Add the following configuration to your Cursor MCP settings:
{
"mcpServers": {
"shoogle": {
"url": "https://mcp.shoogle.dev/mcp"
}
}
}
The server URL is https://mcp.shoogle.dev/mcp
4. Usage
Once installed, you can use the search tool in Cursor by asking questions like:
- "Search for button components"
- "Find card layouts"
- "Show me navigation bars"
- "Search for form components"
Cursor will use the Shoogle MCP server to search our database and return relevant shadcn blocks with their descriptions, source links, and metadata.
5. Troubleshooting
Server not connecting
- Verify the server URL is correct:
https://mcp.shoogle.dev/mcp - Check your internet connection
- Restart Cursor after adding the configuration
- Check Cursor's MCP logs for error messages
Search tool not appearing
- Ensure the server is properly configured in MCP settings
- Try restarting Cursor
- Check that the server is enabled in your MCP settings
Getting no results
- Try different search keywords
- Use more specific terms (e.g., "button" instead of "ui")
İlgili Sunucular
NPI Registry
Search the National Provider Identifier (NPI) registry for healthcare providers and organizations in the United States.
Google Search by CData
An MCP server for Google Search provided by CData, which requires an external CData JDBC Driver.
Carity MCP Server
Retrieve relevant data chunks from the Carity API based on search queries.
Metasearch
A metasearch server that uses the Tavily API to perform searches based on specified queries.
Wikimedia Image Search
MCP server that enables AI assistants to search Wikimedia Commons images with metadata and visual thumbnails.
Brave-Gemini Research MCP Server
Perform web searches with the Brave Search API and analyze research papers using Google's Gemini model.
EzBiz Business Intelligence
AI-powered competitive analysis, review monitoring, web presence scoring, and market research for businesses.
Fish MCP Server
Search for fish species using the FishBase database. Supports natural language queries in both Japanese and English.
Google AI Search MCP
A server providing Google AI-powered search and documentation tools for developers.
NPMLens MCP
NPMLens MCP lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a Model‑Context‑Protocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly.