mcp-server-naver-search
Enables searching of Naver's platform to retrieve Korean-specific information, including price comparisons from Naver Shopping, community insights from Naver Cafe, real-time news, and authentic blog reviews.
Naver Search MCP Server
Connecting Claude Desktop & Cursor to Naver(Korea's #1 Search Engine). Claude에서 네이버 쇼핑 최저가, 카페 리얼 후기, 실시간 뉴스를 검색하세요.
Why use this? Brave Search or Google often fail to retrieve local Korean information (Prices, Cafe posts, News). This MCP serves as a bridge to Naver's robust database.
Key Features
Shopping (쇼핑): Compare lowest prices from Naver Shopping.
Cafe (카페): Search community posts (Naver Cafe) for real user reviews.
News (뉴스): Get real-time Korean news articles.
Blog (블로그): Find authentic reviews from Korean bloggers.
Related MCP server: naver-mcp
Quick Start
1. Prerequisites
Python 3.10+
Naver Developers API Key (Free 25,000 reqs/day)
2. Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"naver-search": {
"command": "uv",
"args": [
"run",
"--with", "mcp[cli]",
"--with", "httpx",
"--with", "python-dotenv",
"/YOUR/PATH/TO/mcp-server-naver-search/server.py"
],
"env": {
"NAVER_CLIENT_ID": "YOUR_ID",
"NAVER_CLIENT_SECRET": "YOUR_SECRET"
}
}
}
}Add this to your ~/.claude/settings.json:
{
"mcpServers": {
"naver-search": {
"command": "sh",
"args": [
"-c",
"export PATH=\"$HOME/.local/bin:$PATH\" && cd /YOUR/PATH/TO/mcp-server-naver-search && uv run --with 'mcp[cli]' --with httpx --with python-dotenv python server.py"
],
"env": {
"NAVER_CLIENT_ID": "YOUR_ID",
"NAVER_CLIENT_SECRET": "YOUR_SECRET"
}
}
}
}Note: Claude Code requires
sh -cwith PATH export because it doesn't inherit your shell's PATH configuration.
Add this to your Cursor MCP settings:
{
"mcpServers": {
"naver-search": {
"command": "uv",
"args": [
"run",
"--with", "mcp[cli]",
"--with", "httpx",
"--with", "python-dotenv",
"/YOUR/PATH/TO/mcp-server-naver-search/server.py"
],
"env": {
"NAVER_CLIENT_ID": "YOUR_ID",
"NAVER_CLIENT_SECRET": "YOUR_SECRET"
}
}
}
}Usage Examples (Try these!)
After restarting Claude, ask:
1. Shopping - Find Lowest Price
"맥북 프로 M4 14인치 네이버 쇼핑 최저가 알려줘. 판매처랑 가격 비교해줘."
("Find the lowest price for MacBook Pro M4 on Naver Shopping.")2. Cafe - Real Community Reviews
"서울 성수동 데이트 코스 추천해줘. 네이버 카페 글 위주로 찾아줘."
("Recommend date spots in Seongsu-dong using Naver Cafe posts.")3. News - Breaking News
"오늘 삼성전자 주가 관련 뉴스 5개만 요약해줘."
("Summarize 5 latest news articles about Samsung Electronics stock.")License
MIT License © 2026 uju777
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Issues and Pull Requests are welcome!
Author
uju777 - GitHub
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- 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.Last updated134Apache 2.0
- Flicense-qualityCmaintenanceNaver Search API + Datalab API MCP server with 19 tools for Korean web search and trend analysis.Last updated30
- Alicense-qualityDmaintenanceProvides tools to search Naver services (web, news, blog, etc.) and analyze search trends using Naver DataLab, with all required MCP protocol methods implemented for compatibility with Cursor and Claude Desktop.Last updated3MIT
- Flicense-qualityBmaintenanceMCP server for Naver Search Open API, enabling search news, blog, and shop functionalities through natural language.Last updated
Related MCP Connectors
Search Korean cosmetics from Olive Young, Daiso, Naver, Coupang, 11st with EWG ingredient analysis.
Korean news aggregator - Naver, Google News, Daum trends in real-time
Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uju777/mcp-server-naver-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server