Loading...

Naver Search MCP server provides access to Naver's search and DataLab APIs for comprehensive search and trend analysis, requiring API keys for full functionality.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Naver Search MCP server provides access to Naver's search and DataLab APIs for comprehensive search and trend analysis, requiring API keys for full functionality.
This MCP server is relatively safe for read-only search operations. However, the DataLab tools introduce some risk due to their ability to modify data analysis configurations. Secure handling of API keys is crucial.
Performance depends on the Naver API's response times and network latency. Consider caching frequently accessed data to improve performance.
Cost is primarily determined by Naver API usage. Monitor API usage to avoid unexpected charges.
npx -y @smithery/cli@latest install @isnow890/naver-search-mcp --client claude{
"mcpServers": {
"naver-search": {
"command": "npx",
"args": ["-y", "@isnow890/naver-search-mcp"],
"env": {
"NAVER_CLIENT_ID": "your_client_id",
"NAVER_CLIENT_SECRET": "your_client_secret"
}
}
}
}NAVER_CLIENT_IDNAVER_CLIENT_SECRETfind_categoryFinds the category ID for Naver DataLab, allowing users to search using natural language instead of category codes.
Read-only operation; retrieves category information.
search_webkrSearches Naver's index of Korean web documents.
Read-only operation; retrieves search results.
search_newsSearches Naver's news articles.
Read-only operation; retrieves search results.
search_blogSearches Naver blogs.
Read-only operation; retrieves search results.
search_cafearticleSearches Naver cafe articles.
Read-only operation; retrieves search results.
search_shopSearches Naver shopping products.
Read-only operation; retrieves search results.
search_imageSearches Naver images.
Read-only operation; retrieves search results.
search_kinSearches Naver KnowledgeiN Q&A.
Read-only operation; retrieves search results.
search_bookSearches Naver books.
Read-only operation; retrieves search results.
search_encycSearches Naver encyclopedia.
Read-only operation; retrieves search results.
search_academicSearches Naver academic papers.
Read-only operation; retrieves search results.
search_localSearches Naver local places.
Read-only operation; retrieves search results.
datalab_searchAnalyzes search term trends using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_categoryAnalyzes shopping category trends using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_by_deviceAnalyzes shopping trends by device using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_by_genderAnalyzes shopping trends by gender using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_by_ageAnalyzes shopping trends by age group using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_keywordsAnalyzes shopping keyword trends using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_keyword_by_deviceAnalyzes shopping keyword trends by device using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_keyword_by_genderAnalyzes shopping keyword trends by gender using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
datalab_shopping_keyword_by_ageAnalyzes shopping keyword trends by age group using Naver DataLab.
Can configure and retrieve trend data, potentially impacting analysis results.
API Key
hybrid
This MCP server is relatively safe for read-only search operations. However, the DataLab tools introduce some risk due to their ability to modify data analysis configurations. Secure handling of API keys is crucial.
Autonomy is limited by the read-only nature of most tools. DataLab tools have some write capabilities related to configuration.
Production Tip
Monitor API usage to avoid exceeding limits and incurring unexpected costs.
Yes, you need a Naver account to obtain the API keys required for authentication.
You need a Client ID and Client Secret from the Naver Developers portal.
The server supports the Search API and the DataLab API (Search Trends and Shopping Insight).
You can install it using NPX, Smithery, or by cloning the repository and building it locally.
It helps you find the correct category codes for Naver DataLab without manually checking URLs.
Yes, you can use it through Kakao PlayMCP without needing your own API keys, but functionality may be limited.
It automatically uses the current date, eliminating the need for a separate time tool.