MediaWiki Connector for AI agents.
13 live capabilities
Query and manage internal company wikis and documentation.
Waiting for input…
Why people use MediaWiki
MediaWiki for Internal Knowledge Base Search
This Connector lets your agent do the heavy lifting. You just ask a question, and it pulls the relevant wiki content directly into your chat. You get immediate answers without ever leaving your current workspace.
What Vinkius changes
Your agent becomes an expert on your wiki's content.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Researching Wikipedia topics
A researcher wants to find all Wikipedia entries about 'Quantum Computing' and summarize the key points using `search_pages`.
- Real-world use case 02
Checking internal API docs
A developer needs to check the internal 'API Reference' wiki to see if a specific endpoint is deprecated using `get_page_info`.
- Real-world use case 03
Finding content gaps
A knowledge manager wants to see which pages are missing from a specific category to fill in gaps using `list_category_members`.
Complete set · 13capabilities
The complete MediaWiki capability set.
These are the exact actions your AI can choose when you ask it to work with MediaWiki.
01—04
4 capabilities in this set.
Part of 13 available through MediaWiki.
- 01 Capability
List all pages
Lists every single page currently existing on the wiki. This provides a full overview of your wiki content.
- 02 Capability
List category members
Shows every page that belongs to a specific category. This helps in finding all content in a specific section.
- 03 Capability
Create account
Sets up a new user account on the wiki instance. This allows for automated user management.
- 04 Capability
Get page categories
Shows all the categories associated with a single page. Use this to see how a page is classified.
05—07
3 capabilities in this set.
Part of 13 available through MediaWiki.
- 05 Capability
Get page info
Retrieves basic details and metadata for any wiki page. This helps your agent understand page context.
- 06 Capability
Get page links
Lists all the internal links found on a specific page. It helps in mapping out related documentation.
- 07 Capability
Get page revisions
Fetches the actual content or metadata for different versions of a page. Use this to see historical data.
08—10
3 capabilities in this set.
Part of 13 available through MediaWiki.
- 08 Capability
List recent changes
Shows a list of the most recent edits made to the wiki. This is great for staying updated on team activity.
- 09 Capability
Search pages
Performs a full-text search across all pages on the wiki. It helps your agent find specific info quickly.
- 10 Capability
Get site info
Pulls general settings and configuration details from the wiki site. Use this to audit your site settings.
11—13
3 capabilities in this set.
Part of 13 available through MediaWiki.
- 11 Capability
Get tokens
Grabs the necessary tokens for any actions that modify data. This is required for editing or creating accounts.
- 12 Capability
Get user info
Shows details about the person currently logged into the wiki. Use this to check current user context.
- 13 Capability
Edit page
Updates the content of a specific wiki page. It allows your agent to push changes directly to the wiki.
Set up in minutes
One URL. Then ask MediaWiki to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MediaWiki from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MediaWiki, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MediaWiki for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MediaWiki URL.
- Step 03
Save and start
Save the connection and enable MediaWiki in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mediawiki": {
"url": "https://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MediaWiki
Open Agent mode in chat and ask: "Using MediaWiki, help me...". 13 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mediawiki": {
"url": "https://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MediaWiki
Ask Copilot: "Using MediaWiki, help me...". 13 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mediawiki": {
"url": "https://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MediaWiki
Open Cascade and ask: "Using MediaWiki, help me...". 13 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mediawiki": {
"url": "https://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MediaWiki
Ask Cline: "Using MediaWiki, help me...". 13 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mediawiki --transport http "https://edge.vinkius.com/vk_preview_kkJmtmObQ9LaxKWZDc6F8eetKQmmJnJuQ53Xwqha/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MediaWiki
Ask Claude: "Using MediaWiki, show me...". 13 tools are ready
Where the request belongs
Work MediaWiki can move forward.
This is for people who spend hours digging through internal documentation or research wikis. It solves the pain of 'where is that file' and 'who updated this' by letting your AI agent navigate the wiki for you.
Knowledge Manager
They use this to organize and retrieve internal wiki info without manual navigation.
Technical Writer
They check documentation and site configurations directly from their code editor.
Researcher
They extract content from Wikipedia or specialized wikis into their research workflow.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWiki.js
Manage your Wiki.js instance—create, search, and update documentation pages directly from your AI agent.
Tettra
Search, read, and create internal wiki pages on your Tettra knowledge base directly from your AI agent.
Slab
Manage your team's knowledge base. query wiki articles, create new documentation, and explore topics directly using AI agents.
KnowledgeOwl
Manage your knowledge base. list articles, search help content, and audit categories.
Guru
Manage enterprise knowledge cards, track collections, and search your wiki via AI agents with Guru.
FlowUs
All-in-one knowledge management and collaboration platform. manage pages, blocks, and databases via AI.
Bring your own AI
Change the model, client or framework. Keep MediaWiki connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MediaWiki.
The practical details behind the request, access and result.
Can I use the MediaWiki MCP with my company's private wiki?
Yes, it works with any MediaWiki instance, including private corporate wikis. You just need to provide your specific API URL during setup.
Does this Connector work with Wikipedia?
Yes, it can connect to Wikipedia to help you perform research and extract content directly into your workflow.
Can my agent actually edit the wiki?
Yes, if you provide the correct credentials, your agent can update existing pages or create new ones on your wiki.
How do I connect it to my specific wiki URL?
You just enter your MediaWiki API URL in the configuration settings. If you have a bot account, you can add those credentials too.
Can I use this to find all pages in a specific category?
Yes, it can list every page that belongs to a specific category, making it easy to audit or browse specific sections of your wiki.
Is it safe to give my agent access to my wiki?
The Connector uses the standard MediaWiki API. It interacts with your wiki in the same way a web browser or an authorized bot would.
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.
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.
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.
One connection away
Give your agent a direct line to MediaWiki.
Connect MediaWiki once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available