naver-mcp
Provides tools for Korean web search (blog, news, shopping, local, books, etc.) and trend analysis using Naver Search API and Datalab API, enabling query of search results and data trends.
naver-mcp
Naver Search API + Datalab API MCP server — 19 tools for Korean web search and trend analysis.
네이버 검색 API + 데이터랩 API를 Claude Code에서 바로 사용할 수 있는 MCP 서버입니다.
Tools (19)
Search (13)
Tool | Description |
| 블로그 검색 — 실사용 후기, 개인 경험, 튜토리얼 |
| 뉴스 검색 |
| 쇼핑 상품 검색 |
| 지역 업체·장소 검색 |
| 도서 검색 |
| 이미지 검색 |
| 백과사전 검색 |
| 카페 게시글 검색 |
| 지식iN 검색 |
| 웹문서 검색 |
| 전문자료 검색 |
| 성인 여부 판단 |
| 오타 교정 |
Datalab (6)
Tool | Description |
| 검색어 트렌드 — 키워드별 상대 검색량 변화 |
| 쇼핑 카테고리별 트렌드 |
| 쇼핑 키워드 트렌드 |
| 쇼핑 키워드 연령대별 분석 |
| 쇼핑 키워드 성별 분석 |
| 쇼핑 키워드 기기별 분석 |
Related MCP server: Naver Search MCP Server
Setup
1. Naver API 키 발급
네이버 개발자센터 → 애플리케이션 등록 → Client ID와 Client Secret 발급
2. Claude Code에 추가
~/.claude/settings.json 또는 프로젝트 .claude/settings.json에 추가:
{
"mcpServers": {
"naver-mcp": {
"command": "npx",
"args": ["-y", "@leedw80/naver-mcp"],
"env": {
"NAVER_CLIENT_ID": "YOUR_CLIENT_ID",
"NAVER_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
}
}
}
}3. 재시작
Claude Code를 재시작하면 19개 도구가 활성화됩니다.
Environment Variables
Variable | Description |
| 네이버 애플리케이션 Client ID |
| 네이버 애플리케이션 Client Secret |
Usage Example
블로그에서 "CCTV 설치 비용" 최신 글 5개 검색해줘
→ search_blog 호출
2024년 1월~6월 "에어컨" vs "선풍기" 검색 트렌드 비교해줘
→ datalab_search 호출License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that provides access to Naver OpenAPI services, enabling users to search blogs, news, books, images, and other content through standardized Model Context Protocol interfaces.Last updated114MIT
- AlicenseBqualityBmaintenanceAn MCP server that enables searching various content types (news, blogs, shopping, images, etc.) through Naver's search API.Last updated1934880MIT
- Alicense-qualityDmaintenanceEnables Korean keyword niche analysis using Naver SearchAd API data for CPC, competition, and search volume, with tools for expansion, scoring, and trend discovery.Last updated48MIT
- Flicense-qualityDmaintenance이 MCP 서버는 네이버 쇼핑인사이트 API와 검색 API를 통합하여 카테고리 및 키워드 트렌드를 조회하고 블로그, 쇼핑, 지식iN, 백과사전 검색을 수행할 수 있게 해줍니다.Last updated1
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
SEO Intelligence MCP — 13 tools: keyword research, SERP, domain audits, competitors.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leedw80/naver-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server