MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
{
"CONFIG": "config.json",
"MCP_ALLOW_STATIC_FALLBACK": "YOUR_VALUE_HERE",
"MCP_CONTENT_MAX_BYTES": "50000",
"MCP_LOG_LEVEL": "debug",
"MCP_MAX_REQUEST_BODY": "1mb",
"MCP_METRICS": "YOUR_VALUE_HERE",
"MCP_OAUTH_CREDENTIALS_FILE": "YOUR_VALUE_HERE",
"MCP_OAUTH_NO_BROWSER": "YOUR_VALUE_HERE",
"MCP_PUBLIC_URL": "YOUR_VALUE_HERE",
"MCP_SHUTDOWN_GRACE_MS": "10000",
"MCP_TRANSPORT": "stdio",
"PORT": "3000"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-professionalwiki-mediawiki-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-io-github-professionalwiki-mediawiki-mcp-server"
],
"env": {
"CONFIG": "config.json",
"MCP_ALLOW_STATIC_FALLBACK": "YOUR_VALUE_HERE",
"MCP_CONTENT_MAX_BYTES": "50000",
"MCP_LOG_LEVEL": "debug",
"MCP_MAX_REQUEST_BODY": "1mb",
"MCP_METRICS": "YOUR_VALUE_HERE",
"MCP_OAUTH_CREDENTIALS_FILE": "YOUR_VALUE_HERE",
"MCP_OAUTH_NO_BROWSER": "YOUR_VALUE_HERE",
"MCP_PUBLIC_URL": "YOUR_VALUE_HERE",
"MCP_SHUTDOWN_GRACE_MS": "10000",
"MCP_TRANSPORT": "stdio",
"PORT": "3000"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
MediaWiki MCP Server is an MCP server for MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools. It supports STDIO transport.
Use the client-specific config in Install and add it to your MCP-compatible client.
Choose the Claude Desktop tab in Install and copy the config into Claude Desktop's MCP server settings.
Choose the Claude Code tab in Install and copy the config into Claude Code's MCP server settings.
Choose the Codex tab in Install and copy the config into Codex's MCP server settings.
Choose the Cursor or VS Code tab in Install and copy the config into Cursor or VS Code's MCP server settings.
MediaWiki MCP Server uses STDIO transport. Use the package or command config in Install.
MediaWiki MCP Server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
MediaWiki MCP Server does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/releases/download/v0.9.1/MediaWiki-MCP-Server.mcpbstdio | mcpb | Not captured | Env: CONFIG Env: MCP_ALLOW_STATIC_FALLBACK Env: MCP_CONTENT_MAX_BYTES Env: MCP_LOG_LEVEL Env: MCP_MAX_REQUEST_BODY Env: MCP_METRICS Env: MCP_OAUTH_CREDENTIALS_FILE Env: MCP_OAUTH_NO_BROWSER Env: MCP_PUBLIC_URL Env: MCP_SHUTDOWN_GRACE_MS Env: MCP_TRANSPORT Env: PORT |
@professional-wiki/mediawiki-mcp-serverstdio | npm | 0.9.1 | Env: CONFIG Env: MCP_ALLOW_STATIC_FALLBACK Env: MCP_CONTENT_MAX_BYTES Env: MCP_LOG_LEVEL Env: MCP_MAX_REQUEST_BODY Env: MCP_METRICS Env: MCP_OAUTH_CREDENTIALS_FILE Env: MCP_OAUTH_NO_BROWSER Env: MCP_PUBLIC_URL Env: MCP_SHUTDOWN_GRACE_MS Env: MCP_TRANSPORT Env: PORT |