OlympHill
N

nytnyt MCP strežnik

(0)
Daniel NikulshynPregledal Daniel Nikulshyn·Posodobljeno julij 2026

Pregled

To je strežnik MCP, zasnovan v TypeScriptu, ki omogoča iskanje člankov New York Times iz zadnjih 30 dni na podlagi ključne besede. Prikazuje osnovne koncepte MCP z zagotavljanjem orodij za iskanje člankov in integracijo z New York Times API-jem. Strežnik je mogoče namestiti prek Smithery ali ročno z dodajanjem strežniške konfiguracije. Za njegovo uporabo je potreben New York Times API key, ki ga je mogoče nastaviti kot spremenljivko okolja. Po izgradnji projekta lahko strežnik zaženete z ukazom 'node build/index.js'. Strežnik posluša zahteve MCP prek stdio. Ta projekt je licenciran pod licenco MIT.

Ključne funkcije

  • Iskanje člankov NYTimes po ključni besedi
  • Vrne naslov članka, povzetek, URL, datum objave in avtorja
  • Integracija z New York Times API-jem

Cene

Model
Free
Kategorija
strežniki MCP
Ocena
Še brez ocen

Primeri uporabe

Raziskovalni asistent

Uporabi MCP strežnik za iskanje člankov New York Times, povezanih s specifično temo ali ključnim izrazom, ter pridobi relevantne informacije, kot so naslovi člankov, povzetki in URL-ji.

Novičarski agregator

Integriraj MCP strežnik z aplikacijo za novičarski agregator, da uporabnikom omogoči dostop do člankov New York Times iz zadnjih 30 dni, iskane po ključni besedi.

Prednosti in slabosti

Prednosti

  • Integrira se z New York Times API-jem
  • Iskanje člankov iz zadnjih 30 dni
  • Predstavlja osnovne MCP koncepte

Slabosti

  • Potrebuje New York Times API ključ
  • Omejeno na iskanje člankov iz zadnjih 30 dni

Ocene

Prijavi se za oddajo ocene.

Še ni ocen. Bodi prvi!

Vprašanja

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

Postavi vprašanje

Alternative za strežniki MCP