$ timeahead_
← mcp scores
66
wikipedia-mcp-server

Wikipedia MCP Server

overview

What it does

This server exposes Wikipedia search and article retrieval as MCP tools. It provides three endpoints: search articles by keyword in any language with configurable result limits, fetch full article details with optional wikitext markup, and retrieve random articles for exploration. For example, you can search for "machine learning" in English, fetch the full article, and pass it to Claude for analysis or citation.

Who it's for

Developers integrating Claude into research workflows or building fact-checking tools. Also useful for teams developing conversational agents that need to ground responses in verifiable encyclopedic sources and citations.

Common use cases

  • Search Wikipedia for topic background during a conversation
  • Retrieve article content for analysis or citation in LLM responses
  • Discover related articles through random retrieval
  • Build research tools that support multiple Wikipedia language editions
  • Verify AI-generated claims with encyclopedic sources

Setup pitfalls

  • Default language is Japanese (ja), not English — explicitly set lang: en for English Wikipedia
  • Article content is returned as raw wikitext markup, not plain text — clients must parse or strip wiki syntax
  • Wikipedia API enforces rate limits — implement backoff strategies if making many requests in production
  • No CI tests and last commit was 350 days ago — monitor for compatibility if Wikipedia API changes
install
add to your claude desktop / cursor / windsurf mcp config:
{
  "mcpServers": {
    "wikipedia": {
      "command": "npx",
      "args": [
        "-y",
        "wikipedia-mcp-server"
      ]
    }
  }
}
per-client install guide (claude desktop · cursor · windsurf · vscode · claude code) →
owner of this server? claim your listing to get a verified badgeclaim →
score breakdown
security (35%)100
freshness (25%)40
adoption (20%)31
quality (10%)100
trust (10%)50
score history (13 updates)
4/30/20265/22/2026
capabilities · what this server can do
3 tools detected·auth: no auth required
medium risk
● active   ○ not requested  ·  hover each badge for details
fs read fs write network exec eval secrets
why medium risk: network are active.
  • search_wikipedia
  • get_wikipedia_article
  • get_random_wikipedia
maintenance health
12/ 100 · is this project alive
contributors (1y)1
top contributor share100%
releases (1y)0
ci✗ none
raw data
weekly downloads321
github stars0
forks0
open issues0
license✓ present
readme length2130 chars
last publish352d ago
last commit352d ago
last updated3h ago
install verified✓ pass · 9d ago
score drop alerts
get notified by email when this server's score drops 5+ points