It's an MCP server for tagesschau.de
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tagesschau": {
"env": {},
"args": [],
"command": "/path/to/tagesschau"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is an MCP (Model Context Protocol) server for tagesschau.de, providing access to the latest news articles and details from the tagesschau platform.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for Tagesschau Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.