Skip to main content
Search & Data ExtractionTypeScript

angheljf/nyt

Search articles using the NYTimes API

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/angheljf/nyt

Claude Desktop configuration example:

{
  "mcpServers": {
    "nyt": {
      "command": "npx",
      "args": [
        "-y",
        "angheljf/nyt"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
angheljf