OlympHill
N

nytnyt MCP server

(0)
Daniel NikulshynPārskatījis Daniel Nikulshyn·Atjaunināts 2026. g. jūlijs

Pārskats

Šis ir TypeScript bāzēts MCP serveris, kas ļauj meklēt New York Times rakstus no pēdējo 30 dienu perioda, balstoties uz atslēgvārdu. Tas demonstrē galvenos MCP koncepcijas, nodrošinot rīkus rakstu meklēšanai un integrāciju ar New York Times API. Serveri var uzstādīt, izmantojot Smithery vai manuāli pievienojot servera konfigurāciju. Lai to izmantotu, nepieciešams New York Times API atslēga, kuru var iestatīt kā vidi mainīgā. Pēc projekta izveides, serveris var tikt palaists, izmantojot komandu 'node build/index.js'. Serveris klausās MCP pieprasījumus caur stdio. Šis projekts ir licencēts zem MIT licence.

Galvenās funkcijas

  • Meklēt NYTimes rakstus, balstoties uz atslēgvārdu
  • Atgriež raksta nosaukumu, atklājumu, URL, publicēšanas datumu un autora
  • Integrācija ar New York Times API

Cenas

Modelis
Free
Kategorija
MCP Serveri
Vērtējums
Nav atsauksmju

Lietošanas gadījumi

Pētniecības asistents

Izmantojiet MCP serveri, lai meklētu New York Times rakstus, kas saistīti ar konkrētu tēmu vai atslēgvārdu, un iegūtu atbilstošu informāciju, piemēram, rakstu nosaukumus, atklājumus un URL.

Jaunumu agregators

Integrējiet MCP serveri ar jaunumu agregācijas lietojumprogrammu, lai sniegtu lietotājiem piekļuvi New York Times rakstiem no pēdējām 30 dienām, kas meklēti pēc atslēgvārda.

Plusi un mīnusi

Plusi

  • Integrējas ar New York Times API
  • Meklē rakstus no pēdējām 30 dienām
  • Demonstrē galvenos MCP koncepcijas

Mīnusi

  • Pieprasa New York Times API atslēgu
  • Ierobežots ar rakstu meklēšanu no pēdējām 30 dienām

Atsauksmes

Pieslēdzies, lai atstātu atsauksmi.

Vēl nav atsauksmju. Esi pirmais!

Jautājumi

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

Uzdod jautājumu

MCP Serveri alternatīvas