MCP Hub
Back to servers

wikiviews

Wikiviews MCP — wraps the Wikimedia Pageviews API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-wikiviews

MCP server for Wikipedia pageview statistics

Tools

ToolDescription
get_article_viewsGet daily pageview counts for a specific Wikipedia article
get_top_articlesGet the most viewed Wikipedia articles for a specific day
get_project_viewsGet aggregate daily pageview totals for English Wikipedia

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": "get_article_views",
      "arguments": { "title": "Albert_Einstein", "start": "20240101", "end": "20240131" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review