Tagesschau News
STDIOMCP server providing access to latest news articles from tagesschau.de platform.
MCP server providing access to latest news articles from tagesschau.de platform.
This is an MCP (Model Context Protocol) server for tagesschau.de, providing access to the latest news articles and details from the tagesschau platform.
Clone the repository:
git clone https://github.com/a2xdevelopment/tagesschau-mcp-server.git cd tagesschau-mcp-server
Install dependencies:
go mod tidy
Build the server:
go build -o tagesschau
Once the server is running, you can access the following endpoints:
To configure the tagesschau MCP server, add the following settings to your MCP configuration file:
{ "mcpServers": { "tagesschau": { "command": "/path/to/tagesschau", "args": [], "env": {} } } }
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.