MCP.so
Sign In

Bangla News MCP Server

@hurutta

About Bangla News MCP Server

A Model Context Protocol (MCP) server that retrieves bangla news to provide context to LLMs.

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

hurutta

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bangla-news-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@hurutta/bangla-news-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Bangla News MCP Server?

A lightweight Model Context Protocol (MCP) server that retrieves Bangla (Bengali) news from Bangladesh in a structured format, designed for integration with LLMs and news aggregation platforms.

How to use Bangla News MCP Server?

Install via Smithery (npx -y @smithery/cli install @hurutta/bangla-news-mcp --client claude) or using pip from the GitHub repository. For Claude Desktop, configure the client with the provided JSON specifying python -m bangla_news_mcp as the command.

Key features of Bangla News MCP Server

  • Fetches latest Bangla news headlines in Bengali
  • Supports query-based news search
  • Returns structured news data
  • Lightweight and fast for LLM integration
  • Easy installation via Smithery or pip

Use cases of Bangla News MCP Server

  • Provide real‑time Bangla news context to LLMs
  • Search news by user‑specified topic
  • Integrate into news aggregation or multilingual platforms

FAQ from Bangla News MCP Server

Comments

More Other MCP servers