Integrations
Enables access to Naver Search APIs, allowing search across blogs, news, books, images, shopping items, encyclopedia entries, cafe articles, Knowledge iN Q&A, local business information, academic papers, and web documents, with support for pagination, sorting, and filtering.
Provides access to blog content via reference to a blog post about the Naver Search API MCP Server implementation.
Naver 搜索 MCP 服务器
该 MCP(多平台通信协议)服务器提供对 Naver 搜索 API 的访问,允许 AI 代理在 Naver 上搜索各种类型的内容。
概述
- 搜索博客、新闻、书籍、图片、购物商品等
- 支持分页的多个搜索类别
- 针对 LLM 使用进行了优化的结构化文本响应
- 检查成人内容
- 转换键盘输入错误(勘误表)
目录
设置
先决条件
- Python 3.12+
- Naver 开发者 API 凭证
- 您可以通过在Naver Developers门户上注册来获取这些凭证。
- 您也可以查看我的博客Naver Search API MCP Server 。
安装
- 克隆存储库:
- 紫外线安装
- 创建虚拟环境并安装依赖项:
- 使用您的 Naver API 凭据创建一个
.env
文件:
使用 Docker
- 构建 Docker 镜像:
- 运行容器:
使用本地
- 运行服务器:
配置 MCP 设置
将服务器配置添加到您的 MCP 设置文件:
克劳德桌面应用程序
- 要通过Smithery自动安装:
- 要手动安装,请打开
~/Library/Application Support/Claude/claude_desktop_config.json
将其添加到mcpServers
对象:
游标 IDE
打开~/.cursor/mcp.json
将其添加到mcpServers
对象:
对于 Docker
使用客户端
该存储库包含用于测试的客户端脚本:
可用的搜索类别
服务器支持以下搜索类别:
blog
- 博客文章news
- 新闻文章book
- 书籍adult
- 成人内容检查encyc
百科全书条目cafe_article
- 咖啡馆文章kin
- 问答知识local
- 本地商业信息errata
- 键盘输入错误修正shop
- 购物商品doc
- 学术论文和文件image
- 图片webkr
——Web 文档
API 参考
工具
搜索博客
使用给定的关键字在 Naver 上搜索博客。
搜索新闻
使用给定的关键字在 Naver 上搜索新闻。
搜索图书
使用给定的关键字在 Naver 上搜索书籍信息。
检查成人查询
确定输入查询是否是成人搜索词。
搜索百科全书
使用给定的关键字在 Naver 上搜索百科全书信息。
搜索咖啡馆文章
使用给定的关键字在 Naver 上搜索咖啡馆文章。
搜索知识
使用给定的关键字在 Naver 上搜索知识问答。
搜索本地
使用给定的关键字搜索本地商业信息。
更正勘误表
转换韩语/英语键盘输入错误。
搜索商店
使用给定的关键字在 Naver 上搜索购物产品信息。
搜索文档
使用给定的关键字搜索学术论文、报告等。
搜索图片
使用给定的关键字搜索图像。
搜索网络文档
使用给定的关键字搜索网络文档。
资源
可用的搜索类别
返回此 MCP 服务器上可用的 Naver 搜索类别列表。
响应格式
所有工具都以结构化文本格式返回响应,并针对 LLM 处理进行了优化:
致谢
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
提供对 Naver Search API 的访问,允许 AI 代理跨多个类别(博客、新闻、书籍、图像、购物商品等)进行搜索,并使用针对 LLM 消费优化的结构化响应。
Related MCP Servers
- PythonMIT License
- AsecurityAlicenseAqualityIntegrates Tavily's search API with LLMs to provide advanced web search capabilities, including intelligent result summaries, domain filtering for quality control, and configurable search parameters.Last updated -3649JavaScriptMIT License
- AsecurityAlicenseAqualityEnables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.Last updated -1223JavaScriptMIT License
- -securityFlicense-qualityEnables LLMs to perform sophisticated web searches through proxy servers using Tavily's API, supporting comprehensive web searches, direct question answering, and recent news article retrieval with AI-extracted content.Last updated -1Python