Bangla News
FreeNot checkedA Model Context Protocol server that retrieves Bangla news headlines and allows querying news by topic for integration with LLMs.
About
A Model Context Protocol server that retrieves Bangla news headlines and allows querying news by topic for integration with LLMs.
README
Bangla News MCP Server
A Model Context Protocol (MCP) server that retrieves Bangla news to provide context to LLMs.
📖 Description
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.
🔬 Installation
Installing via Smithery
To install bangla-news-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hurutta/bangla-news-mcp --client claude
Using a virtual environment
# 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
Build from Source
# 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 .
🔌 Usage
Configuration for Claude.app
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.
🛠️ Available Tools
Fetch latest bangla news headlines
fetch_latest_news_headlines: Returns list of latest bengali news of varied category
Fetch bangla news by query
fetch_news_headlines_by_query: Returns list of bengali news queried by the user
🔌 For development
Activate the virtual environment where the package is installed, and run -
source venv/bin/activate
python -m bangla_news_mcp
Install Bangla News in Claude Desktop, Claude Code & Cursor
unyly install bangla-news-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add bangla-news-mcp -- uvx bangla-news-mcpFAQ
Is Bangla News MCP free?
Yes, Bangla News MCP is free — one-click install via Unyly at no cost.
Does Bangla News need an API key?
No, Bangla News runs without API keys or environment variables.
Is Bangla News hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Bangla News in Claude Desktop, Claude Code or Cursor?
Open Bangla News on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Bangla News with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs

