bbc

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Hyperact's BBC News MCP Server Demo

An example MCP Server running locally, utilising FastMCP and Feedparser to expose the latest live BBC News articles into Claude Desktop.

This repository accompanies the Hyperact blog post Should I adopt MCP as part of my API Product strategy.

Setting up

Assuming you're on macOS, with Claude Desktop installed and logged in, grab uv via brew:

brew install uv

Make sure you have a modern Python runtime installed, pinned and dependencies gathered:

uv install python 3.12
uv pin python 3.12
uv venv
uv pip install .

Finally, you can install the MCP server into Claude Desktop:

uv run mcp install 

Restart Claude Desktop, you can then ask it "What tools do you have access too?" and "Get me a BBC headline.".