返回市场
边缘新闻MCP

边缘新闻MCP

作者:manimohans3 星标更新:2025-08-26

项目介绍

The Verge新闻MCP服务器

smithery徽章

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

<a href="https://glama.ai/mcp/servers/n6lbwdnbxa"> <img width="380" height="200" src="https://gips3.baidu.com/it/u=1525846554,2999933127&fm=3081&app=3081&f=PNG?w=760&h=400" alt="The Verge新闻MCP服务器" /> </a>

功能

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

安装

# 克隆仓库
git clone https://github.com/manimohans/verge-news-mcp.git
cd verge-news-mcp

# 安装依赖
npm install

# 构建项目
npm run build

使用方法

运行服务器

npm start

与桌面版Claude配合使用

  1. 安装Claude for Desktop

  2. 打开你的Claude for Desktop应用配置文件:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. 添加以下配置:

{
  "mcpServers": {
    "verge-news": {
      "command": "node",
      "args": ["/绝对路径/to/verge-news-mcp/build/index.js"]
    }
  }
}
  1. 重启Claude for Desktop

与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: 配置MCP服务器以供Smithery使用,包括其功能

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

可用工具

get-daily-news

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

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

get-weekly-news

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

示例查询:"给我看The Verge过去一周的新闻。"

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

search-news

按特定关键词搜索新闻文章。

参数:

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

示例查询:"查找The Verge关于AI的新闻文章。"

开发

# 在开发模式下运行
npm run dev

许可证

ISC