Outdated. Please use https://github.com/ProfessionalWiki/MediaWiki-MCP-Server instead!
MediaWiki MCP Server 🚀
A MCP server that provides seamless interaction with Wikipedia's API. This tool allows you to search and retrieve Wikipedia content with LLMs 🤖!
https://github.com/user-attachments/assets/b5d9c5f3-a60e-48ea-8b4b-f1a7524d4fbb
Features ✨
- 🔍 Search wiki pages with customizable wiki site. e.g. wikipedia.org, fandom.com, wiki.gg and more!
- 📖 Retrieve detailed page content
Usage 💻
- Ensure that uv is installed on your device.
- Configure in your client:
The server defaults to using https://en.wikipedia.org/. Also, you can make the server search other wiki sites!
To see if a wiki site works with this server, check if it uses MediaWiki software (usually shown by an icon at the bottom of the site).
To check further and find the endpoint (usually the website's domain, like https://mediawiki.org/), check by going to base-url/rest.php/v1/page in a browser (like https://noita.wiki.gg/rest.php/v1/page) and see if the output looks right. If not, add '/w' to the base URL and try again.
Then, set this endpoint as --base-url:
Available transports: stdio (default), streamable-http (http://localhost/mcp), and SSE (http://localhost/sse). See -h for all options.
Example JSON configurations:
Or, if you want to run this server from source:
Supported Tools 🛠
Search
query
: Search term (preferably short and focused)limit
: Maximum number of results to return (default: 5)
Get Page
title
: The exact title of the Wikipedia page to retrieve
Development 👨💻
Here are some documents that might help:
Contributing 🤝
This server is under development. Contributions are welcome! Feel free to submit issues and pull requests.
Related Projects ♥️
- Cherry Studio: A desktop client that supports for multiple LLM providers. MCP is supported.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP-сервер, позволяющий искать и извлекать контент на любом вики-сайте с помощью MediaWiki с LLM 🤖. Поддерживаются wikipedia.org, fandom.com, wiki.gg и другие сайты, использующие Mediawiki!
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables searching, reading, and editing wiki pages on Wizzypedia from MCP-enabled tools like Cursor or Claude Desktop.Last updated -611
- AsecurityAlicenseAqualityAn MCP server that fetches and converts Deepwiki documentation into Markdown, allowing users to crawl pages from deepwiki.com repositories and access them in different output formats.Last updated -12,076977MIT License
- -securityFlicense-qualityAn MCP Server implementation that enables managing Confluence wiki pages through natural language queries, supporting operations like creating, updating, deleting, and searching pages across different knowledge bases.Last updated -1
- -securityFlicense-qualityAn MCP server that retrieves and provides Wikipedia content for requested topics, enabling easy access to Wikipedia information directly through the Model Control Protocol.Last updated -1