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]) -> strget_articles_by_person(person: str) -> strget_similar_articles(text: str) -> strget_article_groups(date: Optional[str]) -> strget_categories(date: Optional[str]) -> str
News Summaries Prompt
daily_news(target_date: str) -> strdaily_news_summary(target_date: str) -> strdaily_news_highlights(target_date: str) -> strdaily_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
Jina AI Search
Perform semantic, image, and cross-modal searches using Jina AI's neural search capabilities.
Minecraft Wiki MCP
A server for browsing and searching the official Minecraft Wiki.
招投标大数据服务
Provides comprehensive information queries for enterprise qualification certificates, including honors, administrative licenses, and profiles.
Perplexity Ask MCP Server
A connector for the Perplexity API to enable web search within the MCP ecosystem.
Ubersuggest
Perform AI-assisted SEO analysis using Neil Patel's Ubersuggest platform.
Ticketmaster
Discover events, venues, and attractions using the Ticketmaster Discovery API.
Agntic AI for Research Papers
Search and extract information about research papers from arXiv.
企业基础信息服务
Provides basic enterprise information services, including business registration, company profiles, shareholders, and key personnel.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
MCP Registry Server
A server for discovering and retrieving other MCP servers via MCPulse.