loading…
Search for a command to run...
loading…
MCP server for Naver Search API integration, supporting blog, news, shopping search and DataLab analytics features.
MCP server for Naver Search API integration, supporting blog, news, shopping search and DataLab analytics features.
Trust Score smithery badge MCP.so
MCP server for Naver Search API and DataLab API integration, enabling comprehensive search across various Naver services and data trend analysis.
You can use this server immediately without API keys through Kakao PlayMCP. Simply visit the link and start using it right away!
The most reliable way to use this MCP server is through NPX. For detailed package information, see the NPM package page.
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"
}
}
}
}
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"
}
}
}
}
Install via Smithery CLI:
npx -y @smithery/cli@latest install @isnow890/naver-search-mcp --client claude
For local development or custom modifications:
git clone https://github.com/isnow890/naver-search-mcp.git
cd naver-search-mcp
npm install
npm run build
cd /path/to/naver-search-mcp
npm install
npm run build
⚠️ Important: You must run npm run build after installation to generate the dist folder that contains the compiled JavaScript files.
After building, you'll need the following information:
Add to Claude Desktop config file (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"naver-search": {
"type": "stdio",
"command": "cmd",
"args": [
"/c",
"node",
"C:\\path\\to\\naver-search-mcp\\dist\\src\\index.js"
],
"cwd": "C:\\path\\to\\naver-search-mcp",
"env": {
"NAVER_CLIENT_ID": "your-naver-client-id",
"NAVER_CLIENT_SECRET": "your-naver-client-secret"
}
}
}
}
Add to Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"naver-search": {
"type": "stdio",
"command": "node",
"args": ["/path/to/naver-search-mcp/dist/src/index.js"],
"cwd": "/path/to/naver-search-mcp",
"env": {
"NAVER_CLIENT_ID": "your-naver-client-id",
"NAVER_CLIENT_SECRET": "your-naver-client-secret"
}
}
}
}
⚠️ Important: You must change the following paths in the above configuration to your actual installation paths:
C:\\path\\to\\naver-search-mcp to your actual downloaded folder path/path/to/naver-search-mcp to your actual downloaded folder pathdist/src/index.js (not just index.js)Finding your path:
# Check current location
pwd
# Absolute path examples
# Windows: C:\Users\username\Downloads\naver-search-mcp
# macOS: /Users/username/Downloads/naver-search-mcp
# Linux: /home/username/Downloads/naver-search-mcp
After completing the configuration, completely close and restart Claude Desktop to activate the Naver Search MCP server.
MIT License
search_webkr tool for Korean web searchget_current_korean_time tool for essential Korea Standard Time contextfind_category tool with fuzzy matching so you no longer need to check category numbers manually in URLsДобавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"isnow890-naver-search-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.