MCP.so
登录

The Verge News MCP Server

@manimohans

关于 The Verge News MCP Server

Model Context Protocol server that brings The Verge's RSS feed to Claude Desktop. Fetch daily or weekly tech news, search articles by keyword, and get random news selections from the past week. Integrates seamlessly with Claude for Desktop's MCP framework.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

manimohans

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is The Verge News MCP Server?

An MCP server that provides tools to fetch and search news from The Verge’s RSS feed. It is designed for developers and AI agents who want to programmatically access The Verge’s latest articles.

How to use The Verge News MCP Server?

Clone the repository, install dependencies with npm install, build the project with npm run build, and start the server with npm start. Configure it as an MCP server in Claude for Desktop by adding the server’s built index.js path to the claude_desktop_config.json file.

Key features of The Verge News MCP Server

  • Fetch today’s news from The Verge
  • Fetch a random selection of news from the past week
  • Search for news articles by keyword
  • Simple installation via npm and Node.js
  • Works with Claude for Desktop and any MCP client

Use cases of The Verge News MCP Server

  • Ask an AI assistant “What’s in the news today from The Verge?”
  • Get a random sample of The Verge’s latest weekly coverage
  • Search for articles containing a specific keyword (e.g., “AI”) with a configurable time window
  • Integrate The Verge news into automated workflows or chatbots

FAQ from The Verge News MCP Server

What news sources does this server use?

It fetches content from The Verge’s RSS feed. No other sources are included.

What tools does the server provide?

Three tools: get-daily-news (last 24 hours), get-weekly-news (last 7 days, randomly selects 10 articles), and search-news (keyword search with optional days parameter, default 30).

How do I install and run the server?

Clone the repository, run npm install and npm build, then npm start. It runs as a Node.js process.

Can I use this server with other MCP clients besides Claude for Desktop?

Yes, it is a standard MCP server. Any MCP client can connect to it via stdio transport.

What are the runtime dependencies?

Node.js and npm are required. The server does not require any external API keys or authentication.

评论

其他 分类下的更多 MCP 服务器