ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use MediaWiki with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect to any MediaWiki instance to search pages, read content, list categories, and track recent changes directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete MediaWiki capability set.

These are the exact actions your AI can choose when you ask it to work with MediaWiki.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through MediaWiki.

  1. 01

    Create account

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

  2. 02

    Edit page

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

  3. 03

    Get page categories

    List categories on a page

  4. 04

    Get page revisions

    Get revision content or metadata for pages

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through MediaWiki.

  1. 05

    Get site info

    Get general wiki settings and site info

  2. 06

    List all pages

    Enumerate all pages on the wiki

  3. 07

    List category members

    List all pages in a category

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through MediaWiki.

  1. 08

    Get page info

    Get basic page information

  2. 09

    Get page links

    List all internal links on a page

  3. 10

    List recent changes

    Enumerate recent wiki edits

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through MediaWiki.

  1. 11

    Search pages

    Full-text search for pages

  2. 12

    Get tokens

    Fetch tokens for data-modifying actions

  3. 13

    Get user info

    Get information about the current user

Observed, not estimated

906ms average. Fast in production.

MediaWiki is checked daily against the live service.

Daily averagePeak 1129ms
Aug 20Today
Fastest day
760ms
Slowest day
1129ms
14-day trend
Slowing+21%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of MediaWiki, so you can see the experience inside your AI.

It does not authenticate your account with MediaWiki. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

MediaWiki Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — MediaWiki capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "mediawiki-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions MediaWiki owners ask.

  • 01

    How do I get the actual text content of a specific wiki page?

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

  • 02

    Can I see all pages that belong to a specific category like 'Physics'?

    Yes! Use the list_category_members capability and provide the category title (e.g., 'Category:Physics'). It will return a list of all pages filed under that category.

  • 03

    How do I check the general settings and namespaces of the wiki?

    Simply run the get_site_info capability. It fetches general information about the MediaWiki site, including its configuration and available namespaces.