Naver Search
Provides 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.
What is Naver Search?
Naver Search is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides 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...
Provides 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.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Provides access to Naver Search APIs, allowing AI agents to
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx naver-search-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Naver Search
The Naver Search MCP server exposes Naver's full suite of search and analytics APIs to AI assistants, covering web documents, news, blogs, cafe articles, books, images, shopping, knowledge (KnowledgeiN), academic papers, local places, and encyclopedia entries. Beyond standard search, it also provides DataLab analytics for Korean search trends, shopping category trends, device-based and demographic shopping patterns, and keyword trend analysis. It is the primary tool for AI workflows that need to research Korean-language content or analyze consumer trends on South Korea's dominant search platform.
Prerequisites
- Node.js 18 or later and npm 8 or later
- A Naver Developers account at developers.naver.com
- A registered Naver application with the Search and DataLab APIs enabled — you will need the Client ID and Client Secret
- An MCP client such as Claude Desktop or Cursor
Register a Naver application
Log in to developers.naver.com, create a new application, and enable the Search API and DataLab API. Note your Client ID and Client Secret from the application settings.
Add the server to your MCP client config
The server runs via npx so no separate installation is needed. Add it directly to your claude_desktop_config.json with your Naver credentials as environment variables.
Restart your MCP client
Restart Claude Desktop or your chosen MCP client to pick up the new server configuration. The server will be downloaded and started automatically on first use.
Verify connectivity
Ask your AI assistant to run a simple Naver blog search to confirm the server is connected and your API credentials are working.
Naver Search Examples
Client configuration
Add this to your claude_desktop_config.json. On macOS the file is at ~/Library/Application Support/Claude/claude_desktop_config.json.
{
"mcpServers": {
"naver-search": {
"command": "npx",
"args": ["-y", "@isnow890/naver-search-mcp"],
"env": {
"NAVER_CLIENT_ID": "your_client_id",
"NAVER_CLIENT_SECRET": "your_client_secret"
}
}
}
}Prompts to try
Once connected, use natural language to search Naver or pull trend data.
- "Search Naver news for articles about electric vehicles in Korea this week"
- "Find Naver blog posts about vegetarian restaurants in Seoul"
- "What are the top shopping search trends on Naver for the past month?"
- "Search Naver shopping for noise-cancelling headphones and sort by price"
- "Show me Naver DataLab trends for the keyword '카페' by gender and age group"
- "Find academic papers on Naver about AI in Korean healthcare"Troubleshooting Naver Search
API returns 401 Unauthorized
Double-check that NAVER_CLIENT_ID and NAVER_CLIENT_SECRET are set correctly in the MCP config env block. Also confirm the Search API (or DataLab API) is enabled for your application in the Naver Developer Console — each API must be individually activated.
DataLab tools return errors but search tools work
The DataLab API requires a separate activation from the Search API in the Naver Developer Console. Go to your application settings, find the DataLab API, and enable it explicitly.
npx hangs or fails to download the package
Make sure Node.js 18+ is installed and your network can reach the npm registry. You can pre-install the package with 'npm install -g @isnow890/naver-search-mcp' and update the config to use the globally installed binary instead.
Frequently Asked Questions about Naver Search
What is Naver Search?
Naver Search is a Model Context Protocol (MCP) server that provides 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. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Naver Search?
Follow the installation instructions on the Naver Search GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Naver Search?
Naver Search works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Naver Search free to use?
Yes, Naver Search is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Naver Search Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Naver Search? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Naver Search in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Naver Search?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.