Skip to main content
Glama

The Verge News MCP Server

by manimohans

The Verge News MCPサーバー

The Verge の RSS フィードからニュースを取得および検索するためのツールを提供する MCP サーバー。

特徴

  • The Vergeから今日のニュースを入手
  • The Vergeの過去1週間のニュースをランダムに選択します
  • キーワードでニュース記事を検索する

インストール

# Clone the repository git clone https://github.com/manimohans/verge-news-mcp.git cd verge-news-mcp # Install dependencies npm install # Build the project npm run build

使用法

サーバーの実行

npm start

Claude for Desktop と併用

  1. デスクトップ版Claudeをインストールする
  2. 次の場所で Claude for Desktop App の構成を開きます:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. 次の構成を追加します。
{ "mcpServers": { "verge-news": { "command": "node", "args": ["/absolute/path/to/verge-news-mcp/build/index.js"] } } }
  1. デスクトップ版のClaudeを再起動する

Smitheryと併用

この MCP サーバーをSmitheryと一緒に使用することもできます。これにより、MCP サーバーを簡単に共有して使用できるようになります。

  1. Smithery がインストールされていることを確認してください:
npm install -g @anthropic-ai/smithery
  1. Smithery 経由でこのサーバーを使用するには、次を実行します。
smithery use https://github.com/manimohans/verge-news-mcp
  1. インストールすると、Claude やその他の MCP 対応アプリケーションで使用できるようになります。
鍛冶屋の構成

このリポジトリには、Smithery に必要な構成ファイルが含まれています。

  • Dockerfile : MCP サーバー用の Docker コンテナを構築する方法を定義します
  • smithery.yaml : Smithery の MCP サーバーとその機能を設定します。

Smithery の構成の詳細については、 Smithery のドキュメントを参照してください。

利用可能なツール

毎日ニュースを入手

過去 24 時間以内に The Verge から公開された最新のニュース記事を取得します。

クエリの例: 「The Verge の今日のニュースは何ですか?」

週刊ニュースを入手

過去 7 日間に The Verge から公開されたニュース記事を取得します。

クエリの例:「過去 1 週間の The Verge のニュースを表示してください。」

**注:**このツールは、過去 1 週間からランダムに 10 件のニュース項目を選択し、使用するたびにさまざまな情報を提供します。

検索ニュース

特定のキーワードを含むニュース記事を検索します。

パラメータ:

  • keyword : 検索する用語
  • days (オプション): 遡る日数 (デフォルト: 30)

クエリの例:「The Verge から AI に関するニュース記事を検索する」

発達

# Run in development mode npm run dev

ライセンス

ISC

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.

The Verge の RSS フィードからニュースを取得および検索するためのツールを提供します。これにより、ユーザーは今日のニュースを入手したり、過去 1 週間の記事をランダムに取得したり、最近の Verge コンテンツで特定のキーワードを検索したりできるようになります。

  1. 特徴
    1. インストール
      1. 使用法
        1. サーバーの実行
        2. Claude for Desktop と併用
        3. Smitheryと併用
        4. 利用可能なツール
      2. 発達
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Parses the HTML content from news.ycombinator.com (Hacker News) and provides structured data for different types of stories (top, new, ask, show, jobs).
            Last updated -
            1
            15
            JavaScript
            MIT License
            • Apple
          • -
            security
            -
            license
            -
            quality
            Allows you to search the web using DuckDuckGo and optionally fetch and summarize content from search results.
            Last updated -
            Python
          • -
            security
            F
            license
            -
            quality
            An MCP server that fetches RSS feeds and shares them with LLMs, allowing AI assistants to access and present the latest news and articles from configured feeds.
            Last updated -
            1
            TypeScript
          • 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/manimohans/verge-news-mcp'

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