Provides capabilities to search for keywords and fetch specific page content from Wikipedia, allowing AI models to retrieve information and context from the online encyclopedia.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wikipedia MCP Serversearch for the history of the Apollo 11 mission"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wikipedia MCP Server
A Model Context Protocol server that provides capabilities to query Wikipedia. This server enables LLMs to get information from Wikipedia.
Available Tools
search- Searchkeywordon Wikipedia.Required arguments:
keyword(string): The search keywordlanguage(string): The language
fetch- Fetch Wikipedia page content.Required arguments:
id(integer): The pade IDlanguage(string): The language
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run wikipedia-mcp.
Using PIP
Alternatively you can install wikipedia-mcp via pip:
After installation, you can run it as a script using:
Configurations
Using uvx
Using docker
Using pip installation
Build
Docker build: