Back to MCP Servers
Nyt
Search articles using the NYTimes API
search-data-extractionapi
By angheljf
Installation
npx -y nytConfiguration
{
"mcpServers": {
"nyt": {
"command": "npx",
"args": ["-y", "nyt"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes