Tagesschau MCP 新闻服务器
为 tagesschau.de 提供最新新闻文章的 MCP 服务器。
快速入门
- 克隆仓库: git clone https://github.com/a2xdevelopment/tagesschau-mcp-server.git cd tagesschau-mcp-server
- 安装依赖: go mod tidy
- 构建服务器: go build -o tagesschau
- 运行服务器并访问以下端点:
- 获取最新新闻
- 获取文章详情(通过 URL)
- 配置示例: 在 MCP 配置文件中添加以下内容: { "mcpServers": { "tagesschau": { "command": "/path/to/tagesschau", "args": [], "env": {} } } }