MCP.so
登录

Hyperact's BBC News MCP Server Demo

@HyperactUK

关于 Hyperact's BBC News MCP Server Demo

An example MCP Server utilising FastMCP and feedparser to inject BBC articles into Claude Desktop

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

HyperactUK

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "BBC-News-MCP-Server-Demo": {
      "command": "uv",
      "args": [
        "pin",
        "python",
        "3.12"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Hyperact's BBC News MCP Server Demo?

Hyperact's BBC News MCP Server Demo is a local MCP server that uses FastMCP and Feedparser to expose the latest BBC News articles from the BBC RSS feed into Claude Desktop. It is intended for developers exploring the Model Context Protocol (MCP) and accompanies a Hyperact blog post on MCP adoption.

How to use Hyperact's BBC News MCP Server Demo?

On macOS with Claude Desktop installed, install uv via Homebrew, set up a Python 3.12 virtual environment, install dependencies with uv pip install ., then run uv run mcp install to register the server with Claude Desktop. After restarting Claude Desktop, ask “What tools do you have access to?” and “Get me a BBC headline.”

Key features of Hyperact's BBC News MCP Server Demo

  • Exposes live BBC News headlines via MCP tools
  • Built with FastMCP and Feedparser
  • Runs locally on your machine
  • Integrates directly with Claude Desktop
  • Accompanies a blog post on MCP strategy

Use cases of Hyperact's BBC News MCP Server Demo

  • Fetching the latest BBC News headlines inside Claude Desktop
  • Testing and learning how to build an MCP server
  • Demonstrating MCP integration for API product strategy

FAQ from Hyperact's BBC News MCP Server Demo

What tools does the server provide?

The server provides a tool to retrieve BBC News headlines. You can ask Claude “What tools do you have access to?” to see the available tool.

How do I get a BBC headline?

After installing the server and restarting Claude Desktop, simply ask “Get me a BBC headline.”

What are the dependencies and runtime requirements?

You need macOS, Claude Desktop, uv, Python 3.12, and the Python packages FastMCP and Feedparser (installed via uv pip install .).

Where does the data come from?

The server fetches articles from the BBC News RSS feed at https://feeds.bbci.co.uk/news/rss.xml.

Is authentication or cloud hosting required?

No. The server runs locally on your machine and does not require any authentication or cloud services.

评论

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