📇 ☁️ - MCP server for Naver Search API integration, supporting blog, news, shopping search and DataLab analytics features.
Install
npx -y InstallationRequired environment variables
NAVER_CLIENT_SECRETSet in your MCP configclaude_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.
What this does
isnow890/naver-search-mcp exposes a set of tools to Claude over the Model Context Protocol. After you add it to claude_desktop_config.json (snippet above) and restart Claude Desktop, those tools become callable inside any conversation. That makes it useful when you want Claude to reach into search engines and knowledge bases without copy-pasting context every turn.
Requirements
This server needs the following environment variables to be set before it can run:
NAVER_CLIENT_SECRET
Set these via the env object in your MCP config (see claude_desktop_config.json snippet above).
Common use cases
- •Search the open web, internal docs, or a vector store from inside a Claude session
- •Bring fresh information past Claude's training cutoff into context
- •Run multi-source research without copy-pasting URLs and snippets
More JavaScript MCP servers
eyaltoledano/claude-task-master
📇 ☁️ 🏠 - AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loadi
mediar-ai/screenpipe
🎖️ 🦀 🏠 🍎 Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building c
PipedreamHQ/pipedream
☁️ 🏠 - Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
wonderwhy-er/DesktopCommanderMCP
📇 🏠 🍎 🪟 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files.