Submit

Mediawiki MCP Server

@ProfessionalWiki

2 months ago
An MCP (Model Context Protocol) server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki.

Tools

get-page

get-pages

get-page-history

get-recent-changes

search-page

search-page-by-prefix

parse-wikitext

compare-pages

get-file

get-revision

get-site-info

get-category-members

get-links-here

list-wikis

create-page

update-page

move-page

delete-page

undelete-page

upload-file

upload-file-from-url

update-file

update-file-from-url

oauth-status

oauth-logout

add-wiki

remove-wiki

Server Config

{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "command": "npx",
      "args": [
        "@professional-wiki/mediawiki-mcp-server@latest"
      ],
      "env": {
        "CONFIG": "path/to/config.json"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.