The Wikipedia Integration for MCP Server is a specialized server implementation designed to provide clients with seamless access to Wikipedia pages. This project leverages the MCP (Message Control Protocol) framework to enable efficient and reliable retrieval of Wikipedia content, making it an ideal tool for applications that require real-time access to encyclopedic data.
To set up the Wikipedia Integration for MCP Server, you can use the following configuration in your mcpServers
settings:
{
"mcpServers": {
"wikipedia": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-wikipedia",
"run",
"python",
"main.py"
]
}
}
}
Once configured, the server can be started using the specified command and arguments. Clients can then interact with the server to fetch Wikipedia pages as needed.
This project is licensed under the MIT License. For more details, refer to the LICENSE file.
No releases or packages have been published for this project at this time.