MCP Hub
Back to servers

wikifeed

Wikifeed MCP — wraps Wikimedia Feed API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-wikifeed

MCP server for Wikipedia featured content and daily feeds

Tools

ToolDescription
on_this_dayHistorical events, births, deaths, and holidays for a given month/day
featured_articleWikipedia's featured article for a given date
most_readMost-read Wikipedia articles for a given date
picture_of_dayWikipedia's picture of the day for a given date

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "on_this_day",
      "arguments": { "month": "07", "day": "04" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review