Back to Home
ProfessionalWiki icon

MediaWiki-MCP-Server

Verified Safe

by ProfessionalWiki

Overview

An MCP server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki.

Installation

Run Command
npx @professional-wiki/mediawiki-mcp-server@latest

Environment Variables

  • CONFIG
  • MCP_TRANSPORT
  • PORT

Security Notes

The server correctly leverages `@modelcontextprotocol/sdk` for MCP communication and `mwn` for MediaWiki API interactions, abstracting away direct low-level risks. Sensitive configuration data (tokens, usernames, passwords) is explicitly sanitized before being exposed as resource content. Authentication is handled via OAuth2 or bot credentials, requiring prior setup on the MediaWiki instance. Direct `eval` or obfuscation are not present in the provided code. Potential risks are primarily tied to the inherent power of the exposed write/delete/upload tools and the security of the target MediaWiki instance itself, rather than vulnerabilities in the MCP server's implementation. The `upload-file-from-url` tool includes specific error handling for disabled external uploads, showing an awareness of potential abuse vectors.

Similar Servers

Stats

Interest Score45
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars42
Forks9
Last Update2025-12-02

Tags

modelcontextprotocolmcpmediawikillmautomation