Back to MCP Servers
🔌

isnow890/naver-search-mcp

MITAPI key required

📇 ☁️ - MCP server for Naver Search API integration, supporting blog, news, shopping search and DataLab analytics features.

JavaScriptSearch

Install

npx -y Installation

Required environment variables

NAVER_CLIENT_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "isnow890-naver-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Installation"
      ],
      "env": {
        "NAVER_CLIENT_SECRET": "<YOUR_NAVER_CLIENT_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.