Naver Search

v1.0.0Search & Data Extractionstable

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.

data-analysisdatalab-apikorean-searchmcp-servernaver-api
Share:
68
Stars
0
Downloads
0
Weekly
0/5

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

Search Naver across blogs, news, books, and images.
Analyze Korean trends and shopping items.
Aggregate Naver data for LLM-optimized responses.
isnow890

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx naver-search-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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.

3

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.

4

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.

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.

Quick Config Preview

{ "mcpServers": { "naver-search-mcp-server": { "command": "npx", "args": ["-y", "naver-search-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides