About
Naver Search provides unified access to Naver's content ecosystem and analytics platforms, enabling comprehensive search across Korean web content and deep-dive trend analysis. Key features of Naver Search: - Content search across Naver services including web documents, news articles, blogs, cafe communities, shopping listings, images, books, encyclopedia entries, academic papers, and local business directories - DataLab trend analysis for search term popularity and shopping category insights - Demographic analytics breaking down shopping behavior by device type, gender, and age group - Intelligent category resolution that automatically maps natural language descriptions to category codes for trend queries - Korean timezone support for accurate temporal context in date-based searches
README
Naver Search MCP Server
[](README-ko.md)
[](https://archestra.ai/mcp-catalog/isnow890__naver-search-mcp) [](https://smithery.ai/server/@isnow890/naver-search-mcp) [](https://mcp.so/server/naver-search-mcp/isnow890)
MCP server for Naver Search API and DataLab API integration, enabling comprehensive search across various Naver services and data trend analysis.
Quick Start: Use Without API Key
You can use this server immediately without API keys through Kakao PlayMCP. Simply visit the link and start using it right away!
Tool Details
Available tools:
#### 🆕 Category Search
#### Search Tools
#### DataLab Tools
Getting API Keys
1. Visit Naver Developers and log in with your Naver account 2. Click the "Application Registration" (애플리케이션 등록) button 3. Fill in the application information: - Application Name: Enter any name (e.g., "Naver Search MCP") - Usage: Select "Search" (검색) 4. In the API Settings section, check ALL of the following APIs: - Search (검색) - Required for blog, news, book, cafe article, web, image, kin, encyclopedia, academic, and local search - DataLab - Search Trends (데이터랩 - 검색어 트렌드) - Required for search term trend analysis - DataLab - Shopping Insight (데이터랩 - 쇼핑인사이트) - Required for shopping trend analysis 5. Click "Register" to complete registration 6. After registration, you'll see your Client ID and Client Secret on the application detail page 7. Use these credentials in the configuration below
Installation
Method 1: NPX Installation (Recommended)
The most reliable way to use this MCP server is through NPX. For detailed package information, see the NPM package page.
#### Claude Desktop Configuration
Add to Claude Desktop 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"
}
}
}
}
#### Claude Code Configuration
Add to your Claude Code settings:
{
"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: Smithery Installation
Install via Smithery CLI:
npx -y @smithery/cli@latest install @isnow890/naver-search-mcp --client claude
Method 3: Local Installation
For local development or custom modifications:
#### Step 1: Download and Build Source Code
##### Clone with Git
git clone https://github.com/isnow890/naver-search-mcp.git
cd naver-search-mcp
npm install
npm run build
##### Or Download ZIP File
1. Download the latest version from GitHub Releases 2. Extract the ZIP file to your desired location 3. Navigate to the extracted folder in terminal:
cd /path/to/naver-search-mcp
npm install
npm run build
⚠️ Important: You must run `npm run b
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support