
Bangla News
STDIOMCP server retrieving Bangla news headlines to provide context for LLMs.
MCP server retrieving Bangla news headlines to provide context for LLMs.
A Model Context Protocol (MCP) server that retrieves Bangla news to provide context to LLMs.
A lightweight Model Context Protocol (MCP) server delivering bangladeshi news written in bengali language in a structured format. Designed for seamless integration with LLM models and news aggregation platforms. Fast, scalable, and optimized for bengali language processing.
To install bangla-news-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hurutta/bangla-news-mcp --client claude
# Create a virtual environment python3 -m venv venv source venv/bin/activate # Install the package pip install git+https://github.com/hurutta/bangla-news-mcp.git
# Create a virtual environment python3 -m venv venv source venv/bin/activate # Clone the repository git clone https://github.com/hurutta/bangla-news-mcp cd bangla-news-mcp # Install in development mode pip install -e .
Add to your Claude settings:
{ "mcpServers": { "bangla_news": { "command": "python", "args": [ "-m", "bangla_news_mcp" ], "disabled": false, "autoApprove": [] } } }
👆🏼 If you install pip package inside a virtual environment, adjust the command
and args
.
fetch_latest_news_headlines
: Returns list of latest bengali news of varied categoryfetch_news_headlines_by_query
: Returns list of bengali news queried by the usersource venv/bin/activate python -m bangla_news_mcp