T
Tagesschau
Provides a bridge to Tagesschau's news API for retrieving and analyzing German news articles across categories like domestic, foreign, economic and sports cover
Share:
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
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Tagesschau.
- What is the purpose of the Tagesschau MCP server?
- The Tagesschau MCP server provides an interface to access and analyze German news articles from Tagesschau's API. It allows integration with various news categories like domestic, foreign, economic, and sports coverage.
- How can I integrate Tagesschau MCP with an MCP client?
- The Tagesschau MCP server uses the 'stdio' transport. To integrate, configure your MCP client (e.g., Claude Desktop, Cursor, or Cline) to connect to a 'stdio' interface, typically by launching the specified Tagesschau server executable.
- Does the Tagesschau MCP server require API keys or other credentials?
- No, the Tagesschau MCP server currently specifies 'none' for authentication. It does not require API keys, OAuth, or other credentials for operation.
- What kind of news content can I access through this MCP?
- You can access German news articles from Tagesschau across multiple defined categories. These categories include domestic news, foreign news, economic reports, and sports coverage, facilitating broad topical analysis.
- Is there a cost associated with using the Tagesschau MCP server?
- The Tagesschau MCP server itself is open-source, as indicated by its GitHub repository. Any costs would depend on the underlying Tagesschau API usage policies, if applicable, or your custom infrastructure hosting the server.
- What is a prerequisite for running the Tagesschau MCP server?
- A key prerequisite for running the Tagesschau MCP server is a compatible runtime environment to execute the code from its GitHub repository. Refer to the repository for specific dependencies and setup instructions.
Install Tagesschau
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"tagesschau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tagesschau"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"tagesschau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tagesschau"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"tagesschau": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tagesschau"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.