OlympHill
N

nytnyt MCP server

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

This is a TypeScript-based MCP server that allows searching for New York Times articles from the last 30 days based on a keyword. It demonstrates core MCP concepts by providing tools for searching articles and integration with the New York Times API. The server can be installed via Smithery or manually by adding the server config. To use it, an New York Times API key is required, which can be set as an environment variable. After building the project, the server can be run using the command 'node build/index.js'. The server listens for MCP requests over stdio. This project is licensed under the MIT License.

Key features

  • Search NYTimes articles based on a keyword
  • Returns article title, abstract, URL, published date, and author
  • Integration with the New York Times API

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Research Assistant

Use the MCP server to search for New York Times articles related to a specific topic or keyword, and retrieve relevant information such as article titles, abstracts, and URLs.

News Aggregator

Integrate the MCP server with a news aggregator application to provide users with access to New York Times articles from the last 30 days, searched by keyword.

Pros & Cons

Pros

  • Integrates with the New York Times API
  • Search articles from the last 30 days
  • Demonstrates core MCP concepts

Cons

  • Requires New York Times API key
  • Limited to searching articles from the last 30 days

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

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

Ask a question

MCP Servers alternatives