WhatsNew-MCPserver
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WhatsNew-MCPservershow me AWS What's New for January 2026"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WhatsNew-MCPserver
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
Installation
git clone https://github.com/chhanz/WhatsNew-MCPserver.gitMCP Tool
get_whats_new
Parameter | Format | Example |
|
|
|
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.pyNotes
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chhanz/WhatsNew-MCPserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server