mcp-wikipedia
by algonacci
MCP server that allows clients to access Wikipedia pages. It provides a way to integrate Wikipedia content into other applications.
View on GitHub
Last updated: N/A
mcp-wikipedia
MCP server to give client the ability to access Wikipedia pages
Usage
{
"mcpServers": {
"wikipedia": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-wikipedia",
"run",
"python",
"main.py"
]
}
}
}