Naver Search MCP Server
Naver Search MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Naver Search MCP directly instead of describing what you should do. Naver Search MCP Server.
MCP server for Naver Search API and DataLab API integration, enabling comprehensive search across various Naver services and data trend analysis.
Once Naver Search MCP is connected, these are the calls the assistant has available:
search_webkr — Search Naver web documentssearch_news — Search Naver newssearch_blog — Search Naver blogssearch_cafearticle — Search Naver cafe articlessearch_image — Search Naver imagessearch_kin — Search Naver KnowledgeiNsearch_encyc — Search Naver encyclopediasearch_local — Search Naver local placesdatalab_search — Analyze search term trendsdatalab_shopping_category — Analyze shopping category trendsdatalab_shopping_by_device — Analyze shopping trends by devicedatalab_shopping_by_gender — Analyze shopping trends by genderYou will need 4 environment variables: NAVER_CLIENT_ID, NAVER_CLIENT_SECRET, NCP_APIGW_API_KEY_ID, NCP_APIGW_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Naver Search MCP's toolset — search_webkr, search_news, search_blog and 11 more — is a fair guide to whether it matches your workflow. It is maintained by isnow890; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_webkr | Search Naver web documents |
| search_news | Search Naver news |
| search_blog | Search Naver blogs |
| search_cafearticle | Search Naver cafe articles |
| search_image | Search Naver images |
| search_kin | Search Naver KnowledgeiN |
| search_encyc | Search Naver encyclopedia |
| search_local | Search Naver local places |
| datalab_search | Analyze search term trends |
| datalab_shopping_category | Analyze shopping category trends |
| datalab_shopping_by_device | Analyze shopping trends by device |
| datalab_shopping_by_gender | Analyze shopping trends by gender |
| datalab_shopping_by_age | Analyze shopping trends by age group |
| datalab_shopping_keywords | Analyze shopping keyword trends |
{
"mcpServers": {
"naver-search": {
"command": "npx",
"args": ["-y", "@isnow890/naver-search-mcp"],
"env": {
"NAVER_CLIENT_ID": "your_client_id",
"NAVER_CLIENT_SECRET": "your_client_secret"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| NAVER_CLIENT_ID | Configuration value read at startup. | Optional |
| NAVER_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| NCP_APIGW_API_KEY_ID | Credential the server authenticates with. | Yes |
| NCP_APIGW_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.