MediaWiki MCP adapter
@lucamauri
About MediaWiki MCP adapter
A custom Model Context Protocol (MCP) adapter for interacting with MediaWiki and WikiBase APIs. This adapter allows you to fetch and edit MediaWiki pages programmatically using the MCP framework.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MediaWiki-MCP-adapter": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MediaWiki MCP adapter?
A custom Model Context Protocol (MCP) adapter for interacting with MediaWiki and WikiBase APIs. It allows you to fetch and edit MediaWiki pages programmatically using the MCP framework.
How to use MediaWiki MCP adapter?
Clone the repository, run npm install and npm run build, then start the server with node build/index.js. Configure custom API endpoints using server.configure().
Key features of MediaWiki MCP adapter
- Fetch the content of a MediaWiki page.
- Edit a MediaWiki page with new content and optional summary.
- Configurable API base URLs for different MediaWiki and WikiBase instances.
Use cases of MediaWiki MCP adapter
- Retrieve page content from any MediaWiki instance via MCP.
- Automate editing of wiki pages (e.g., bots, content updates).
- Integrate MediaWiki/Wikidata actions into larger MCP-based workflows.
- Develop custom tools that read and write wiki content.
FAQ from MediaWiki MCP adapter
What are the system requirements?
Node.js v16 or later is required. TypeScript is needed for development. You also need a MediaWiki instance with API access enabled.
How do I configure a different MediaWiki or WikiBase endpoint?
Use the server.configure() method, passing mediaWikiAPIBase and/or wikiBaseAPIBase with the desired API URLs. Defaults are https://en.wikipedia.org/w/api.php and https://www.wikidata.org/w/api.php.
How do I run the server in development mode?
Run npm run dev to use TypeScript directly without a manual build step.
Are there any tests included?
No tests are implemented yet. You can add tests in the test directory and run them using npm test.
What license is MediaWiki MCP adapter under?
This project is licensed under the LGPL-3.0-or-later license.
Frequently asked questions
What are the system requirements?
Node.js v16 or later is required. TypeScript is needed for development. You also need a MediaWiki instance with API access enabled.
How do I configure a different MediaWiki or WikiBase endpoint?
Use the `server.configure()` method, passing `mediaWikiAPIBase` and/or `wikiBaseAPIBase` with the desired API URLs. Defaults are `https://en.wikipedia.org/w/api.php` and `https://www.wikidata.org/w/api.php`.
How do I run the server in development mode?
Run `npm run dev` to use TypeScript directly without a manual build step.
Are there any tests included?
No tests are implemented yet. You can add tests in the `test` directory and run them using `npm test`.
What license is MediaWiki MCP adapter under?
This project is licensed under the LGPL-3.0-or-later license.
Basic information
More Developer Tools MCP servers

Codex Pets
astandrikPublic read-only MCP server for discovering, inspecting, installing, and sharing approved Codex-compatible animated pet packs.

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
Mobbin
MobbinMobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.
CodeSentinel
icohangar-opsCodebase health as MCP tools: dead code, circular dependencies, coupling, architectural drift.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.
Comments