serper-discover-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@serper-discover-mcpDiscover cafes in 성수동"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Serper Discover MCP
Korean-aware Google search + place discovery, built on the Serper Google Search API.
What's different from other Serper MCPs
Most Serper wrappers just expose search(query). This server adds:
discover_places(area, place_type)— Generates multiple Google queries from a Korean area name (성수동, 잠실, 강남, …) and a category (attraction/restaurant/cafe/hotel/bar/shopping), then extracts Korean place names from snippets/titles using suffix-based regex (공원/박물관/미술관/카페/식당/호텔/etc.). One call returns dozens of candidate places that you can then verify against an authoritative source.naver_blog_search,naver_cafe_search— Domain-scoped helpers for Korean local reviews, where the actual visit experiences live.Korean results prioritized by default (
gl=kr,hl=ko).5-minute in-memory cache to avoid redundant API calls.
Originally built for Daypath — a Korean travel itinerary planner that uses this server's discover_places to find candidates and naver_blog_search for verification.
Related MCP server: Kakao API MCP Server
Tools
Tool | Description |
| Google search, optional |
| Site-filtered Naver Blog search |
| Naver Cafe (community forum) search |
| Korean place discovery from (area, place_type) |
| Extract page body text (strips HTML/scripts) |
Setup
Get a free Serper API key at https://serper.dev (2,500 free searches/month).
Install via Smithery:
npx -y @smithery/cli install serper-discover --client claudeOr configure manually in claude_desktop_config.json:
{
"mcpServers": {
"serper-discover": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "SERPER_API_KEY", "leeyseo/serper-discover-mcp"],
"env": { "SERPER_API_KEY": "your-key-here" }
}
}
}Example — discover_places
discover_places(area="성수동", place_type="cafe", distinction="couple")Returns candidates like 어니언 성수, 대림창고, LCDC 서울, … extracted from a few targeted Google queries.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.
Web search, scraping, Google Trends and data lookups. Paid per call in USDC on Base via x402.
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
The best web search for your AI Agent
Related MCP Servers
- AlicenseBqualityDmaintenanceThis server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.186 npm3Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA server that enables AI models to access Kakao Map features (place search, address lookup, route finding) and Daum search services (web, image, blog, cafe) through Model Context Protocol.17MIT
- AlicenseAqualityDmaintenanceProvides access to Naver Search APIs, allowing AI agents to search across multiple categories (blogs, news, books, images, shopping items, etc.) with structured responses optimized for LLM consumption.134Apache 2.0
- AlicenseAqualityDmaintenanceIntegrates Korean APIs (Naver, Kakao, TMAP) into LLM applications for search, maps, and directions.110MIT