Odel
German Newsfeed MCP Server

German Newsfeed MCP Server

Local
@jakolo1213PythonApache-2.0Updated 6 days ago

MCP server for the public news API of tagesschau.de, including regional news from ARD broadcasters

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgerman-newsfeed-mcpv2.0.2

Run

uvx german-newsfeed-mcp

MCP client config

{
  "mcpServers": {
    "german-newsfeed-mcp-server": {
      "command": "uvx",
      "args": [
        "german-newsfeed-mcp"
      ]
    }
  }
}