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")
관련 서버
BrainTube
Personal knowledge MCP server — semantic search over YouTube saves, Social media posts saves, Screenshot saves, Notion pages, Obsidian notes, and web content. Per-user JWT auth, pgvector embeddings, AI-agnostic.
TranscriptAPI YouTube Skills
Get YouTube transcripts, search videos, browse channels, and extract playlists from any AI agent — powered by TranscriptAPI.com with no API key required.
Powertools for AWS MCP
Search the Powertools for AWS Lambda documentation across multiple runtimes to find documentation and examples.
vinted-mcp-server
First MCP server for Vinted marketplace. Search millions of second-hand items, compare prices across 19 countries (FR, DE, ES, IT, NL, BE, UK...), analyze seller profiles with ratings and verification status, detect cross-country arbitrage opportunities, and track trending products. 5 tools: search_items, get_item, get_seller, compare_prices, get_trending. 2 resources: countries list, categories. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Zero config — just npx.
Compliance Auditor MCP
City hiring-compliance MCP server with regulation search and full audit risk scoring.
SEC Filings and Earnings Call
The MCP server provides end-to-end workflows for SEC filings and earnings call transcripts—including ticker resolution, document retrieval, OCR, embedding, on-disk resource discovery, and semantic search—exposed via MCP and powered by the same olmOCR and embedding backends as the vLLM backends.
Gaokao Ranking Query
Query Gaokao (Chinese college entrance exam) rankings within provinces based on score, year, and category.
Amazon Product Search
An AI-powered server for Amazon product search and recommendations.
ProPublica MCP Server
Search and analyze nonprofit organizations' Form 990 data using ProPublica's Nonprofit Explorer API.
Simple Files Vectorstore
Provides semantic search across local files by creating vector embeddings from watched directories.