这是一个为 tagesschau.de 提供服务的 MCP(模型上下文协议)服务器。借助该服务器,你可以轻松访问最新的新闻文章以及平台上的详细信息,为获取新闻资讯提供了便利。
该服务器能让你轻松获取 tagesschau.de 上的新闻资讯。下面为你介绍具体的使用步骤。
git clone https://github.com/a2xdevelopment/tagesschau-mcp-server.git
cd tagesschau-mcp-server
go mod tidy
go build -o tagesschau
服务器运行后,你可以访问以下接口:
若要配置 tagesschau MCP 服务器,请在您的 MCP 配置文件中添加如下设置:
{
"mcpServers": {
"tagesschau": {
"command": "/path/to/tagesschau",
"args": [],
"env": {}
}
}
}
此项目在 MIT 许可证下。有关详细信息,请参阅 LICENSE 文件。
欢迎贡献!请通过提交问题或拉取请求来提出任何增强功能或修复建议。