Skip to main content
Glama

NYTimes Article Search MCP Server

NYTimes記事検索MCPサーバー

これはTypeScriptベースのMCPサーバーで、キーワードに基づいて過去30日間のニューヨーク・タイムズの記事を検索できます。以下の機能を提供することで、MCPのコアコンセプトを実証しています。

  • 記事検索ツール
  • ニューヨークタイムズAPIとの統合

NYTimesの記事検索

特徴

ツール

  • search_articles - キーワードに基づいて過去30日間のNYTimesの記事を検索します
    • keyword必須パラメータとして受け取ります
    • タイトル、概要、URL、公開日、著者を含む記事のリストを返します。

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop に NYTimes Article Search を自動的にインストールするには:

npx -y @smithery/cli install nyt --client claude

手動インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "nyt": { "command": "node", "args": ["path/to/your/build/index.js"], "env": { "NYTIMES_API_KEY": "your_api_key_here" } } } }

環境変数

プロジェクトのルートに.envファイルを作成し、New York Times API キーを追加します。

NYTIMES_API_KEY=your_api_key_here

サーバーの実行

プロジェクトをビルドした後、次のコマンドでサーバーを実行できます。

node build/index.js

サーバーが起動し、stdio 経由で MCP 要求をリッスンします。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

これは、キーワードに基づいて過去 30 日間の New York Times の記事を検索できる TypeScript ベースの MCP サーバーです。

  1. 特徴
    1. ツール
  2. 発達
    1. デバッグ
  3. インストール
    1. Smithery経由でインストール
    2. 手動インストール
  4. 環境変数
    1. サーバーの実行
      1. ライセンス

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          This MCP server performs multi-topic searches in business, news, finance, and politics using the Tavily API, providing high-quality sources and intelligent summaries.
          Last updated -
          1
          1
          Python
          MIT License
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          A TypeScript-based MCP server utilizing the UseScraper API to provide web scraping capabilities, allowing users to extract content from webpages in various formats.
          Last updated -
          1
          1
          JavaScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A TypeScript-based MCP server that interacts with Contentful's Delivery API, enabling users to create, query, and summarize text notes through natural language.
          Last updated -
          26
          6
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          An MCP server that enables searching various content types (news, blogs, shopping, images, etc.) through Naver's search API.
          Last updated -
          19
          730
          9
          TypeScript
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/angheljf/nyt'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server