nyt

nyt

3.4

If you are the rightful owner of nyt and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The NYTimes Article Search MCP Server is a TypeScript-based server that allows users to search for New York Times articles from the last 30 days using a keyword. It integrates with the New York Times API to demonstrate core MCP concepts.

The NYTimes Article Search MCP Server is designed to facilitate the search of New York Times articles published in the last 30 days. It is built using TypeScript and leverages the New York Times API to fetch articles based on user-provided keywords. The server is a practical implementation of the Model Context Protocol (MCP), showcasing how MCP can be used to integrate external APIs and provide structured data responses. The server communicates over stdio, making it compatible with various platforms and tools that support MCP. It includes features for searching articles and provides a structured response containing article details such as title, abstract, URL, published date, and author. The server is easy to set up and can be installed via Smithery or manually configured for use with platforms like Claude Desktop.

Features

  • search_articles: Search NYTimes articles from the last 30 days based on a keyword. Returns a list of articles with title, abstract, URL, published date, and author.