Boring News
Fetches the latest news headlines from the Boring News API.
Boring News MCP Server
A Python server library for interacting with the Boring News API from a MCP (Model Context Protocol) server like Claude Desktop. The website : boring-news.fr
Features
four actions :
-
Fetch articles by date, category, or tags
-
Get articles mentioning specific people
-
Find similar articles based on text content
-
Get article groups and categories
-
Predefined Prompts
- Daily news (tech and culture focused)
- Comprehensive daily summaries
- News highlights
- Cultural news focus
Quick Start
pip install boring-news-mcp
Exemple of claude Desktop Configuration
{
"mcpServers": {
...
"boringnews": {
"command": "python",
"args": [
"-m",
"boring_news_mcp"
]
},
...
}
}
API Reference
Articles
get_articles_by_date(date: Optional[str], category: Optional[str], tags: Optional[str]) -> str
get_articles_by_person(person: str) -> str
get_similar_articles(text: str) -> str
get_article_groups(date: Optional[str]) -> str
get_categories(date: Optional[str]) -> str
News Summaries Prompt
daily_news(target_date: str) -> str
daily_news_summary(target_date: str) -> str
daily_news_highlights(target_date: str) -> str
daily_cultural_news(target_date: str) -> str
Requirements
- Python >= 3.8
- httpx >= 0.25.0
- fastmcp >= 0.1.0
License
MIT License
Build
uv run -m buid
uv run -m twine upload dist/*
rm dist/*
Related Servers
HexDocs MCP
Semantic search for Hex package documentation. Requires local Elixir and Mix installation.
Drawing Guides
Access step-by-step drawing tutorials and guides from easydrawingguides.com for artists of all skill levels.
Ticketmaster
Discover events, venues, and attractions using the Ticketmaster Discovery API.
WebSearch-MCP
Self-hosted Websearch API
展会大数据服务
Query comprehensive exhibition information, including enterprise participation records, venue details, and exhibition search.
Baidu Map
A Location-Based Service (LBS) providing geospatial APIs for geocoding, POI search, route planning, and more.
AWS Documentation
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Local RAG
Performs a local RAG search on your query using live web search for context extraction.
Chromium CodeSearch Tools
Search Chromium source code using advanced Code Search syntax.
Geocoding Tool
Convert city names and locations into latitude and longitude coordinates using the free OpenStreetMap Nominatim API. No API key is required.