Wikipedia Recent Changes MCP Server

Live Wikipedia edit feed, page summaries, trending pages, and Wikidata search.

Remote serverstreamable-httpTypeScript

What is the Wikipedia Recent Changes MCP server?

Wikipedia Recent Changes MCP server exists for a simple reason — assistants are far more useful when they can act on Wikipedia Recent Changes directly instead of describing what you should do. Live Wikipedia edit feed, page summaries, trending pages, and Wikidata search.

What you get

Hosted MCP server over English Wikipedia + Wikidata. Live recent-changes feed with optional topic filter, clean page summaries with extracts and thumbnails, the daily Top-50 most-viewed list, and Wikidata entity search for canonicalization / disambiguation. For research, world-knowledge, and current-events LLMs.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Wikipedia Recent Changes is connected, these are the calls the assistant has available:

  • wiki_recent_changes — topic?, limit?
  • wiki_page_summary — title
  • wiki_trending — date?
  • wikidata_search — query, limit?

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the wikipedia recent changes mcp server does with a few real requests.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Wikipedia Recent Changes's toolset — wiki_recent_changes, wiki_page_summary, wiki_trending and 1 more — is a fair guide to whether it matches your workflow. It is maintained by guptaprakhariitr; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Wikipedia Recent Changes's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
wiki_recent_changestopic?, limit?
wiki_page_summarytitle
wiki_trendingdate?
wikidata_searchquery, limit?

How to install the Wikipedia Recent Changes MCP server

Or wire it into your MCP client:

```jsonc
{
  "mcpServers": {
    "wikipedia-recent-changes": {
      "command": "npx",
      "args": ["-y", "@insnapsprakhar/wikipedia-recent-changes-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Wikipedia Recent Changes to wiki recent changes.
  • Use Wikipedia Recent Changes to wiki page summary.
  • Use Wikipedia Recent Changes to wiki trending.

Frequently asked questions

It connects Wikipedia Recent Changes to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (wiki_recent_changes, wiki_page_summary, wiki_trending, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Wikipedia Recent Changes directly.