OlympHill
N

nytnyt MCP 服务

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

这是一款基于 TypeScript 的 MCP 服务器,支持根据关键词搜索过去 30 天内的 New York Times(纽约时报)文章。它通过提供文章搜索工具和与 New York Times API 的集成,展示了核心 MCP 概念。 服务器可以通过 Smithery 安装,也可以手动添加服务器配置来安装。使用它时需要一个纽约时报(New York Times)API 密钥,该密钥可以设置为环境变量。 构建项目后,可以使用命令 'node build/index.js' 运行服务器。服务器通过 stdio 监听 MCP 请求。 本项目采用 MIT 许可证授权。

主要功能

  • 根据关键字搜索《纽约时报》文章
  • 返回文章标题、摘要、URL、出版日期和作者
  • 集成《纽约时报》API

价格

模型
Free
评分
暂无评价

使用场景

研究助手

使用 MCP 服务器搜索与特定话题或关键字相关的《纽约时报》文章,获取相关信息如文章标题、摘要和 URL。

新闻聚合工具

将 MCP 服务器与.news聚合工具集成,以提供给用户从最后 30 天的关键字搜索的《纽约时报》文章。

优点 & 缺点

优点

  • 集成《纽约时报》API
  • 可以搜索最后 30 天的文章
  • 演示了核心 MCP 概念

缺点

  • 需要《纽约时报》API 密钥
  • 仅可以搜索最后 30 天的文章

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is there a learning curve for using this MCP server?

The server is a simple TypeScript application that exposes a single tool, search_articles; it requires only basic knowledge of environment variables and running npm scripts, so the learning curve is minimal for developers familiar with Node.js.

Asked by Zelda Brandt · Oct 11, 2025

Can I install the server on a non‑Mac machine?

Yes. For Windows add the server config to APPDATA\Claude\claude_desktop_config.json, for MacOS use ~/Library/Application Support/Claude/claude_desktop_config.json, or install via Smithery with npx y @smithery/cli install nyt client claude.

Asked by Mateusz Wozniak · Sep 23, 2025

How far back can the server search NYTimes articles?

The server only searches articles published within the last 30 days; older articles are not accessible through this tool.

Asked by Dmitri Volkov · Sep 13, 2025

What is required to run the NYTimes MCP server?

You need a New York Times API key set as the environment variable NYTIMES_API_KEY, and you must build the TypeScript project (npm install && npm run build) before starting it with node build/index.js or via Smithery.

Asked by Zain Malik · Aug 29, 2025

提问

服务配缩器 的替代品