Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Bangla News

БесплатноНе проверен

A Model Context Protocol server that retrieves Bangla news headlines and allows querying news by topic for integration with LLMs.

GitHubEmbed

Описание

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

from github.com/hurutta/bangla-news-mcp

Установка Bangla News

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/hurutta/bangla-news-mcp

FAQ

Bangla News MCP бесплатный?

Да, Bangla News MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Bangla News?

Нет, Bangla News работает без API-ключей и переменных окружения.

Bangla News — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Bangla News в Claude Desktop, Claude Code или Cursor?

Открой Bangla News на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Bangla News with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development