Stats
Actions
Tags
From MediaWiki MCP Server
Connects to a MediaWiki instance (e.g., Wikipedia) for reading articles, searching content, and retrieving page metadata. Requires the wiki's base URL.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mediawiki": {
"command": "npx",
"args": [
"-y",
"@professional-wiki/mediawiki-mcp-server@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
First indexed Apr 14, 2026
First indexed Apr 14, 2026
npx claudepluginhub professionalwiki/mediawiki-mcp-server --plugin mediawiki-mcp-server