Back to Home
kbrimijoin icon

nyt_mcp

Verified Safe

by kbrimijoin

Overview

This server provides a Model Context Protocol (MCP) interface for searching New York Times articles, intended for integration with MCP clients like Claude Desktop, potentially for saving results to spreadsheets.

Installation

Run Command
nyt-mcp-server

Environment Variables

  • NYT_API_KEY
  • NYT_API_BASE_URL

Security Notes

The server correctly uses environment variables for API keys, preventing hardcoded secrets. It employs `httpx` with explicit timeouts for external API calls and includes basic error handling for network requests by catching broad exceptions and returning `None`. There is no use of `eval` or obvious malicious patterns. The scope is limited to API proxying, reducing attack surface. A minor improvement could be more specific exception handling instead of a general `except Exception` to differentiate network issues from other potential errors.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-04

Tags

NYTArticle SearchMCPAPINews