MediaWiki

MediaWiki MCP Connector for Claude

A+

Connect to any MediaWiki instance to search pages, read content, list categories, and track recent changes directly from your AI agent.

13 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to any MediaWiki site (like Wikipedia or a private corporate wiki) to query knowledge, inspect page history, and explore categories through natural language.

What you can do

  • Search & Discovery — Use full-text search or list all pages in the main namespace to find specific information quickly
  • Content Retrieval — Fetch page revisions, metadata, and internal links to understand the full context of any wiki entry
  • Category Exploration — List all members of a specific category and see which categories a page belongs to
  • Site Monitoring — Track recent changes across the wiki and inspect site-wide configurations and namespaces
  • User Context — Retrieve information about the currently authenticated user and fetch necessary tokens for data-modifying actions

How it works

  1. Subscribe to this server
  2. Enter your MediaWiki API URL (and optional Bot credentials)
  3. Start querying your wiki from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Knowledge Managers — instantly retrieve and organize information from internal wikis without manual navigation
  • Researchers — search and extract content from Wikipedia or specialized wikis directly within their research workflow
  • Developers — check documentation and site configurations straight from the code editor
wikiwikipediadocumentationknowledge-basemediawiki-api

13 tools expose this connector's capabilities to your AI agent.

list_all_pages

Enumerate all pages on the wiki

list_category_members

List all pages in a category

create_account

Requires a createaccount token fetched via get_tokens. Create a new user account

edit_page

Requires a CSRF token fetched via get_tokens. Edit a wiki page

get_page_categories

List categories on a page

get_page_info

Get basic page information

get_page_links

List all internal links on a page

get_page_revisions

Get revision content or metadata for pages

list_recent_changes

Enumerate recent wiki edits

search_pages

Full-text search for pages

get_site_info

Get general wiki settings and site info

get_tokens

Fetch tokens for data-modifying actions

get_user_info

Get information about the current user

See how to talk to your AI agent using MediaWiki.

Search the wiki for pages related to 'Artificial Intelligence'.

I've searched the wiki using `search_pages`. I found several relevant entries including 'Artificial Intelligence', 'Machine Learning', and 'Neural Networks'. Which one would you like to explore?

Get the latest content for the page 'Project_Roadmap'.

Using `get_page_revisions`, I've retrieved the latest content for 'Project_Roadmap'. It includes sections on Q3 goals, current blockers, and the team directory. Would you like a summary of the Q3 goals?

Show me the 5 most recent changes made to the wiki.

I've called `list_recent_changes` with a limit of 5. Recent edits include updates to 'API Documentation' by User:Admin and a new page 'Draft:Policy' created by User:Editor1. Would you like details on any of these?

Use the `get_page_revisions` tool with the page title. You can specify `rvprop` as 'content' to retrieve the full text of the latest revision.

Related Connectors