Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
Is it safe?
No known CVEs for @smithery/cli.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 3 days ago. 72 GitHub stars. 19,929 weekly downloads.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
16 tools. Estimated ~700 tokens of your context window (0.3% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"mediawiki-mcp-server": {
"env": {
"CONFIG": "path/to/config.json"
},
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"command": "npx"
}
}
}This server supports HTTP transport. Be the first to test it — help the community know if it works.
add-wikiAdds a new wiki as an MCP resource from a URL.
create-pageCreate a new wiki page.
delete-pageDelete a wiki page.
get-category-membersGets all members in the category
get-fileReturns the standard file object for a file page.
get-pageReturns the standard page object for a wiki page.
get-page-historyReturns information about the latest revisions to a wiki page.
get-revisionReturns the standard revision object for a page.
remove-wikiRemoves a wiki resource.
search-pageSearch wiki page titles and contents for the provided search terms.
wikisWiki resource containing site information and configuration
mcp://wikis/{wikiKey}
Last scanned 1h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.