MCP Catalogs
Home

naver-search-mcp

by isnow890·68·Score 48

MCP server for Naver Search API integration with comprehensive search and DataLab analytics tools.

searchecommerceai-llm
23
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server provides comprehensive integration with Naver's Search API and DataLab API, enabling users to search across various Naver services including web, news, blogs, shopping, images, books, and more. It also offers powerful data trend analysis capabilities through DataLab, allowing for shopping trend analysis by demographic categories, search trend analysis, and keyword insights. The server is well-maintained with regular updates and supports multiple installation methods including NPX, Claude Desktop, and OpenClaw.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Korean market research through search and trend analysis
you:Content discovery across Naver's ecosystem of services
you:E-commerce product research and competitor analysis
you:Do I need API keys to use this server?
you:What kind of data can I analyze with DataLab tools?
you:How do I get Naver API credentials?

When to choose this

Choose this MCP server when you need comprehensive search capabilities across Naver's ecosystem and Korean market trend analysis.

When NOT to choose this

Don't choose this if you're only looking for general web search capabilities or if you don't need Korean-specific data and insights.

Tools this server exposes

12 tools extracted from the README
  • find_category

    Category search tool for trend and shopping insight searches using natural language description

  • search_webkr

    Search Naver web documents

  • search_news

    Search Naver news articles

  • search_blog

    Search Naver blogs

  • search_shop

    Search Naver shopping products

  • search_image

    Search Naver images

  • datalab_search

    Analyze search term trends

  • datalab_shopping_category

    Analyze shopping category trends

  • datalab_shopping_by_device

    Analyze shopping trends by device

  • datalab_shopping_by_gender

    Analyze shopping trends by gender

  • datalab_shopping_by_age

    Analyze shopping trends by age group

  • get_current_korean_time

    Get current Korea Standard Time

Comparable tools

search-mcpweb-search-mcpgoogle-search-mcp

Installation

Installation

Method 1: NPX Installation (Recommended)

For Claude Desktop, add to your config file (%APPDATA%\Claude\claude_desktop_config.json on Windows, ~/Library/Application Support/Claude/claude_desktop_config.json on macOS/Linux):

{
  "mcpServers": {
    "naver-search": {
      "command": "npx",
      "args": ["-y", "@isnow890/naver-search-mcp"],
      "env": {
        "NAVER_CLIENT_ID": "your_client_id",
        "NAVER_CLIENT_SECRET": "your_client_secret"
      }
    }
  }
}
Method 2: Local Installation
  1. Clone and build the source code:
git clone https://github.com/isnow890/naver-search-mcp.git
cd naver-search-mcp
npm install
npm run build
  1. Update Claude Desktop configuration with the path to the built files:
{
  "mcpServers": {
    "naver-search": {
      "type": "stdio",
      "command": "node",
      "args": ["/path/to/naver-search-mcp/dist/src/index.js"],
      "cwd": "/path/to/naver-search-mcp",
      "env": {
        "NAVER_CLIENT_ID": "your-naver-client-id",
        "NAVER_CLIENT_SECRET": "your-naver-client-secret"
      }
    }
  }
}

Prerequisites: Naver Developers API Key, Node.js 18+, NPM 8+

FAQ

Do I need API keys to use this server?
Yes, you need Naver Client ID and Client Secret. The server also provides a way to use it temporarily without API keys through Kakao PlayMCP.
What kind of data can I analyze with DataLab tools?
DataLab tools provide trend analysis for search terms, shopping categories by device/gender/age, and shopping keyword trends across various demographic segments.
How do I get Naver API credentials?
Register at https://developers.naver.com/apps/#/register, select 'Search' usage, check all required APIs (Search, DataLab - Search Trends, DataLab - Shopping Insight), and complete registration to get your Client ID and Client Secret.

Compare naver-search-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.