Command Palette

Search for a command to run...

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

WhatsNew MCPserver

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

Fetches AWS What's New announcements by month, allowing users to query announcements for a specific year/month via MCP tools.

GitHubEmbed

Описание

Fetches AWS What's New announcements by month, allowing users to query announcements for a specific year/month via MCP tools.

README

An MCP (Model Context Protocol) server that fetches AWS What's New announcements by month.

🇺🇸 English README | 🇰🇷 한국어 README

Overview

This server exposes a single MCP tool get_whats_new that queries the AWS What's New page via its internal JSON API and returns formatted results filtered by year/month.

Requirements

  • Python >= 3.10
  • uv

Installation

git clone https://github.com/chhanz/WhatsNew-MCPserver.git

MCP Tool

get_whats_new

Parameter Format Example
year_month YYYY/MM 2026/01

Returns a formatted list of AWS What's New entries for the specified month, including title, date, description, and link.

Usage

Kiro MCP Configuration

Add to your .kiro/settings/mcp.json:

{
  "mcpServers": {
    "whats-new-mcp": {
      "command": "uvx",
      "args": [
        "--from", "/path/to/WhatsNew-MCPserver",
        "whats-new-mcp"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Project Structure

WhatsNew-MCPserver/
├── pyproject.toml
├── README.md
├── README-kr.md
└── src/
    └── whats_new_mcp/
        ├── __init__.py
        └── server.py

Notes

  • The API endpoint is an undocumented internal API used by the AWS website frontend. It may change without notice.
  • Monthly filtering is done client-side since the API only supports year-level tag filtering.

License

This project is licensed under CC BY-NC 4.0. Commercial use is not permitted.

from github.com/chhanz/WhatsNew-MCPserver

Установка WhatsNew MCPserver

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

▸ github.com/chhanz/WhatsNew-MCPserver

FAQ

WhatsNew MCPserver MCP бесплатный?

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

Нужен ли API-ключ для WhatsNew MCPserver?

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

WhatsNew MCPserver — hosted или self-hosted?

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

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

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

Похожие MCP

Compare WhatsNew MCPserver with

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

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

Автор?

Embed-бейдж для README

Похожее

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