$ timeahead.in
/ servers/npm/@professional-wiki/mediawiki-mcp-server
npm

@professional-wiki/mediawiki-mcp-server

Model Context Protocol (MCP) server for MediaWiki

102 stars3k/wkupdated 4d agogithub ↗
87good
▣ Overview
NPM VersionMIT licensed

What it does

Provides an MCP interface to MediaWiki instances, enabling reads and writes across multiple wikis. Supports page fetches, searches, revisions, and history queries; creates, updates, deletes, and moves pages; uploads and manages files; and runs queries against optional extensions like Semantic MediaWiki, NeoWiki, Bucket, and Cargo. Each tool accepts an optional wiki identifier (key or URI) to target a specific instance or the configured default.

Who it's for

AI applications that need to read or edit wiki content, documentation teams using Claude alongside MediaWiki instances, and automation workflows that sync local content to or manage wikis programmatically.

Common use cases

  • Fetch and analyze wiki page content for research or fact-checking grounding.
  • Search wiki page titles and contents by keyword or prefix.
  • Update existing pages or create new ones programmatically.
  • Upload files to a wiki from local disk or URLs.
  • Query Semantic MediaWiki properties or run Cypher queries against NeoWiki knowledge graphs.

Setup pitfalls

  • Risk class is high — the server writes to wikis and filesystems. OAuth configuration is required for write operations (edit, delete, upload), and permissions must be carefully scoped.
  • Wiki must be specified as a key (e.g., en.wikipedia.org) or full URI, or a default must be configured in setup.
  • File upload operations require local filesystem write access — sandbox the server if running untrusted prompts.
  • Extension-gated tools (Semantic MediaWiki, NeoWiki, Bucket, Cargo) only register on wikis where those extensions are installed.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
61
12.2
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
87.2
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "professional-wikimediawiki": {
      "command": "npx",
      "args": [
        "-y",
        "@professional-wiki/mediawiki-mcp-server"
      ]
    }
  }
}
📈 Score historylast 48 snapshots
4/30/20267/6/2026 · 48 snapshots
⚙ Maintenance health
56/ 100 · is this project alive?
contributors (1y)8
top contributor share55%
releases (1y)17
last release18d ago
ci✗ none
⛁ Raw data
weekly downloads3k
github stars102
forks29
open issues7
license✓ present
readme length15250 chars
last publish0d ago
last commit4d ago
last updated21h ago
install verified✓ pass · 53d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points