MCP ConfigsMay 14, 2026·2 min read

MediaWiki MCP Server — Read & Write Wiki Pages

MCP server for interacting with any MediaWiki wiki; verified 89 stars, npx install, and read/write tools (writes gated behind 🔐 auth).

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Bundle
Trust
Trust: Established
Entrypoint
npx @professional-wiki/mediawiki-mcp-server@latest
Universal CLI install command
npx tokrepo install 103c8782-4db7-518b-aa12-8ae8fcc57c14
Intro

MCP server for interacting with any MediaWiki wiki; verified 89 stars, npx install, and read/write tools (writes gated behind 🔐 auth).

Best for: Teams who want agents to search, diff, and update MediaWiki content via a tool surface (with auth-gated writes)

Works with: npx-based installs, Claude/Cursor MCP configs, multiple auth modes (OAuth/bearer/bot password), optional extension packs

Setup time: 5-15 minutes

Main

  • The tool inventory is explicit: page reads (search, history, parse wikitext) plus page writes (create/update/upload) gated behind 🔐 auth requirements.
  • It includes quantitative limits that matter for agents: category members up to 500 per call, multi-page fetch up to 50 per call, and recent changes up to 50 per call with pagination.
  • Auth and deployment choices are documented: browser OAuth, per-request bearer token, manual OAuth token, or bot password fallback.

FAQ

  • Can I use it on any wiki?: The README says it works with any MediaWiki wiki; start with a public wiki to validate read flows.
  • Are write tools always enabled?: Write tools require authentication and may be hidden when readOnly is set in config.
  • What should I verify first?: Run a search-page / get-page read before enabling any authenticated write capability.
🙏

Source & Thanks

Source: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server > License: MIT > GitHub stars: 89 · forks: 23

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets