Wraps the Wikimedia Pageviews API so you can query Wikipedia article traffic stats without dealing with auth or raw HTTP calls. The source doesn't list specific tools, but this is clearly aimed at pulling view counts and trends for articles across Wikipedia projects. Useful when you're researching topic popularity, tracking breaking news momentum, or building content analytics. Part of the Pipeworx gateway, which means you can either hit this standalone endpoint or access it through their unified gateway alongside 673 other data sources. Free tier from Wikimedia, no API key needed.
Wikiviews MCP — wraps the Wikimedia Pageviews API (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"wikiviews": {
"url": "https://gateway.pipeworx.io/wikiviews/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Wikiviews data" })
The gateway picks the right tool and fills the arguments automatically.
MIT