Skip to main content
Glama
manimohans

The Verge News MCP Server

by manimohans

The Verge 新闻 MCP 服务器

铁匠徽章

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

特征

  • 从 The Verge 获取今天的新闻

  • 从 The Verge 过去一周随机获取新闻

  • 按关键字搜索新闻文章

Related MCP server: MCP News Server

安装

# 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

执照

国际学习中心

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

Latest Blog Posts

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