isnow890/naver-search-mcp
by Various
MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via Dat
MCP
isnow890/naver-search-mcp
Added 1 June 2026
Overview
A Model Context Protocol server that wraps Naver Search APIs. It exposes endpoints for web, news, blog, and shopping searches, plus trend analysis through Naver's DataLab API.
Best for
Best for
Developers building AI tools that need Korean web search and trend data from Naver.
Use cases
- Integrate Naver search results into an AI agent or assistant
- Analyze search volume trends for keywords using DataLab
- Build a Korean-language search tool with access to Naver's verticals
How to use
Install
npx -y @isnow890/naver-search-mcp Tools exposed
find_categorysearch_webkrsearch_newssearch_blogsearch_cafearticlesearch_shopsearch_imagesearch_kinsearch_booksearch_encycsearch_academicsearch_localdatalab_searchdatalab_shopping_categorydatalab_shopping_by_devicedatalab_shopping_by_genderdatalab_shopping_by_agedatalab_shopping_keywordsdatalab_shopping_keyword_by_devicedatalab_shopping_keyword_by_gender
Tested with
Claude Desktop, Claude Code
Example client config
{\n "mcpServers": {\n "naver-search": {\n "command": "npx",\n "args": ["-y", "@isnow890/naver-search-mcp"],\n "env": {\n "NAVER_CLIENT_ID": "your_client_id",\n "NAVER_CLIENT_SECRET": "your_client_secret"\n }\n }\n }\n} Notes
A Model Context Protocol server that wraps Naver Search APIs. It exposes endpoints for web, news, blog, and shopping searches, plus trend analysis through Naver’s DataLab API.
71 stars on GitHub. Last updated 2026-05-12. Licensed MIT.
Use cases
- Integrate Naver search results into an AI agent or assistant
- Analyze search volume trends for keywords using DataLab
- Build a Korean-language search tool with access to Naver’s verticals
Pros
- Covers multiple Naver search verticals in one MCP server
- Includes DataLab trend analysis for data-driven insights
- Written in TypeScript with clear API structure
Cons
- Requires a Naver API key and developer registration
- Limited to Naver’s ecosystem, not a general search tool
- Small community (71 stars) may mean slower updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Covers multiple Naver search verticals in one MCP server
- Includes DataLab trend analysis for data-driven insights
- Written in TypeScript with clear API structure
Cons
- Requires a Naver API key and developer registration
- Limited to Naver's ecosystem, not a general search tool
- Small community (71 stars) may mean slower updates
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.