The Verge新闻MCP服务器是一个强大的工具,它能从The Verge的RSS feeds获取新闻,并支持搜索功能,帮助用户快速找到所需的新闻资讯。
# 克隆仓库
git clone https://github.com/manimohans/verge-news-mcp.git
cd verge-news-mcp
# 安装依赖项
npm install
# 构建项目
npm run build
npm start
# 克隆仓库
git clone https://github.com/manimohans/verge-news-mcp.git
cd verge-news-mcp
# 安装依赖项
npm install
# 构建项目
npm run build
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"verge-news": {
"command": "node",
"args": ["/absolute/path/to/verge-news-mcp/build/index.js"]
}
}
}
你也可以通过Smithery使用此MCP服务器,它允许你轻松分享和使用MCP服务器:
npm install -g @anthropic-ai/smithery
smithery use https://github.com/manimohans/verge-news-mcp
获取The Verge在过去24小时内发布的最新新闻文章。 示例查询:“今天的The Verge新闻有哪些?”
获取The Verge在过去7天内发布的新闻文章。 示例查询:“显示The Verge过去一周的新闻。”
注意:此工具会从过去一周中随机选择10篇新闻,每次使用时都会提供不同的内容。
根据关键词搜索包含特定关键词的新闻文章。 参数:
keyword
:要搜索的术语days
(可选):回溯天数(默认:30)
示例查询:“查找The Verge关于AI的新闻文章。”# 以开发模式运行
npm run dev
ISC