Tagesschau

by a2xdeveloper

1 stars
330 downloads
Not rated
GitHub

About

Provides a bridge to Tagesschau's news API for retrieving and analyzing German news articles across categories like domestic, foreign, economic and sports coverage

Details

Author
a2xdeveloper
Repository
a2xdeveloper/tagesschau-mcp-server
GitHub stars
1
Downloads
330
License
MIT License
Categories
Design, Developer Tools, AI, Frontend, API, Other

- Fetch the latest news articles from various categories.
- Retrieve detailed information about specific news articles.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Tagesschau
    Command (node, npx, python, etc.) /path/to/tagesschau

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "tagesschau": {
            "env": {},
            "args": [],
            "command": "/path/to/tagesschau"
        }
    }
}

Linux

{
    "env": [],
    "args": [],
    "command": "/path/to/tagesschau"
}

Macos

{
    "env": [],
    "args": [],
    "command": "/path/to/tagesschau"
}

Windows

{
    "env": [],
    "args": [],
    "command": "/path/to/tagesschau"
}

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

1. Clone the repository:
   git clone https://github.com/a2xdevelopment/tagesschau-mcp-server.git
   cd tagesschau-mcp-server
   

2. Install dependencies:

   go mod tidy

3. 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.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.