Wikipedia Recent Changes — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
About Wikipedia Recent Changes — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for wikipedia-recent-changes-mcp — see README
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wikipedia-recent-changes-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/wikipedia-recent-changes-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Wikipedia Recent Changes?
The Wikipedia Recent Changes MCP server provides live Wikipedia edit feeds, page summaries, daily trending pages, and Wikidata entity search through the Model Context Protocol (MCP). It is hosted on Cloudflare Workers and designed for AI agents and LLMs that need real-time world knowledge, current events, and structured Wikipedia/Wikidata access.
How to use Wikipedia Recent Changes?
Connect any MCP-aware client (Cursor, Claude Desktop, Windsurf, Continue.dev) to the hosted endpoint https://wikipedia-recent-changes-mcp.atlasword.workers.dev/mcp using HTTP POST with JSON-RPC 2.0 and Bearer token authentication. Use npx mcp-remote with the endpoint and your API key, or configure the client’s mcpServers JSON to point at the hosted URL. A free tier allows up to 100 calls/month per IP without a key.
Key features of Wikipedia Recent Changes
- Live recent changes feed with optional topic filter
- Clean page summaries with extract and thumbnail
- Daily top-50 most-viewed Wikipedia pages
- Wikidata entity search for canonicalization/disambiguation
- Hosted on Cloudflare Workers global edge runtime
- Bearer-token authentication with tiered rate limits
Use cases of Wikipedia Recent Changes
- Monitor live Wikipedia edits for current events research
- Retrieve summaries of Wikipedia articles for LLM grounding
- Get daily trending Wikipedia pages for world knowledge
- Search Wikidata entities to disambiguate or canonicalize names
- Integrate real-time Wikipedia and Wikidata data into AI agents
FAQ from Wikipedia Recent Changes
What runtime or dependencies do I need?
No local server or dependencies. The server runs on Cloudflare Workers; clients only need an MCP-compatible client or the mcp-remote npm launcher.
How are data sources licensed?
Wikipedia REST API data is CC BY-SA; Wikidata Query Service data is CC0. The server acts as a caching and auth layer over these upstream sources.
What are the rate limits and pricing?
Free tier: 100 calls/month, 10/min. Solo ($9/mo): 2,000 calls/month, 60/min. Team ($29/mo): 10,000 calls/month, 200/min, 5 seats. Pro ($79/mo): 50,000 calls/month, 600/min, 25 seats. Billed via Dodo Payments.
How do I get an API key?
Visit https://wikipedia-recent-changes-mcp.atlasword.workers.dev/upgrade?tier=solo (or team/pro), complete Dodo Payments checkout, then copy the key shown on the welcome page. Free tier works anonymously.
Where does my data live?
We store only email, API key, monthly call counters, and Dodo subscription metadata in Cloudflare KV. Tool arguments and upstream responses are not logged beyond short cache TTLs. GDPR export available at the account endpoint.
More Cloud & Infrastructure MCP servers
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Cloudflare MCP Server
cloudflareQuery | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Comments