Skip to main content
Glama

The Verge News MCP Server

by manimohans

The Verge 新闻 MCP 服务器

MCP 服务器提供从 The Verge 的 RSS 提要中获取和搜索新闻的工具。

特征

  • 从 The Verge 获取今天的新闻
  • 从 The Verge 过去一周随机获取新闻
  • 按关键字搜索新闻文章

安装

# 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 配置

此存储库包含 Smithery 所需的配置文件:

  • Dockerfile :定义如何为 MCP 服务器构建 Docker 容器
  • smithery.yaml :为 Smithery 配置 MCP 服务器,包括其功能

有关 Smithery 配置的更多信息,请参阅Smithery 文档

可用工具

获取每日新闻

获取过去 24 小时内 The Verge 发布的最新新闻文章。

示例查询:“The Verge 今天有什么新闻?”

获取每周新闻

获取过去 7 天内发布的 The Verge 新闻文章。

示例查询:“显示过去一周的 The Verge 新闻。”

**注意:**此工具会随机选择过去一周的 10 条新闻,每次使用时都会提供多样性。

搜索新闻

搜索包含特定关键字的新闻文章。

参数:

  • keyword :要搜索的词条
  • days (可选):回顾的天数(默认值:30)

示例查询:“从 The Verge 查找有关 AI 的新闻文章。”

发展

# Run in development mode npm run dev

执照

国际学习中心

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 提要中获取和搜索新闻的工具,使用户可以获取今天的新闻、检索过去一周的随机文章以及在最近的 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