Wikimedia MCP Server

get_featured

Get featured Wikimedia content for a date. Returns featured article, most read pages, and picture of the day. Parameters: date (YYYY/MM/DD, default today), project ('wikipedia' only), language (en/de/fr/es/ru/ja/zh)

Input Schema

NameRequiredDescriptionDefault
dateNo
languageNoen
projectNowikipedia

Input Schema (JSON Schema)

{ "properties": { "date": { "type": "string" }, "language": { "default": "en", "type": "string" }, "project": { "default": "wikipedia", "type": "string" } }, "type": "object" }