naver-search-mcp
by isnow890·★ 68·Score 48
MCP server for Naver Search API integration with comprehensive search and DataLab analytics tools.
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:
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 READMEfind_categoryCategory search tool for trend and shopping insight searches using natural language description
search_webkrSearch Naver web documents
search_newsSearch Naver news articles
search_blogSearch Naver blogs
search_shopSearch Naver shopping products
search_imageSearch Naver images
datalab_searchAnalyze search term trends
datalab_shopping_categoryAnalyze shopping category trends
datalab_shopping_by_deviceAnalyze shopping trends by device
datalab_shopping_by_genderAnalyze shopping trends by gender
datalab_shopping_by_ageAnalyze shopping trends by age group
get_current_korean_timeGet current Korea Standard Time
Comparable tools
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
- 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- 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
Last updated · Auto-generated from public README + GitHub signals.