Loading...
npm install
```{
"mcpServers": {
"nyt": {
"command": "node",
"args": ["path/to/your/build/index.js"],
"env": {
"NYTIMES_API_KEY": "your_api_key_here"
}
}
}
}search_articlesSearches the New York Times archive for articles matching a given keyword from the last 30 days.
Read-only operation; retrieves data without modifying any system state.
This server is relatively safe due to its read-only nature and limited functionality. However, the security of the NYTIMES_API_KEY is paramount. Ensure the API key is stored securely and not exposed in the code or configuration files.