Wikimedia MCP Server

by privetin
MIT License
2
  • Apple

get_featured

Retrieve Wikimedia's featured content for any date, including the article of the day, most read pages, and picture of the day. Specify date, language, and project to get curated insights.

Instructions

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" }

You must be authenticated.

Other Tools from Wikimedia MCP Server

Related Tools

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/privetin/wikimedia'

If you have feedback or need assistance with the MCP directory API, please join our Discord server