- Explore MCP Servers
- tagesschau-mcp-server
Tagesschau Mcp Server
What is Tagesschau Mcp Server
tagesschau-mcp-server is an MCP (Model Context Protocol) server designed for tagesschau.de, enabling access to the latest news articles and details from the tagesschau platform.
Use cases
Use cases include integrating the latest news articles into websites, mobile applications, or dashboards, and providing detailed news insights for research or analysis.
How to use
To use tagesschau-mcp-server, clone the repository, install dependencies, and build the server. Once running, access endpoints to fetch the latest news articles or retrieve details about specific articles.
Key features
Key features include fetching the latest news articles from various categories and retrieving detailed information about specific news articles.
Where to use
tagesschau-mcp-server can be used in news aggregation applications, media monitoring tools, and any platform that requires access to real-time news content from tagesschau.de.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Tagesschau Mcp Server
tagesschau-mcp-server is an MCP (Model Context Protocol) server designed for tagesschau.de, enabling access to the latest news articles and details from the tagesschau platform.
Use cases
Use cases include integrating the latest news articles into websites, mobile applications, or dashboards, and providing detailed news insights for research or analysis.
How to use
To use tagesschau-mcp-server, clone the repository, install dependencies, and build the server. Once running, access endpoints to fetch the latest news articles or retrieve details about specific articles.
Key features
Key features include fetching the latest news articles from various categories and retrieving detailed information about specific news articles.
Where to use
tagesschau-mcp-server can be used in news aggregation applications, media monitoring tools, and any platform that requires access to real-time news content from tagesschau.de.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
tagesschau-mcp-server
Overview
This is an MCP (Model Context Protocol) server for tagesschau.de, providing access to the latest news articles and details from the tagesschau platform.
Features
- Fetch the latest news articles from various categories.
- Retrieve detailed information about specific news articles.
Installation
-
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
Usage
Once the server is running, you can access the following endpoints:
- Get Latest News: Fetch the latest news articles.
- Get Article Details: Retrieve details for a specific article by providing its URL.
Tagesschau Configuration Example
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.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments
- tagesschau.de for providing the news API.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










