MCP Wikipedia 服务
提供客户端访问维基百科页面的 MCP 服务器。
快速入门
-
克隆仓库:
git clone https://github.com/algonacci/mcp-wikipedia.git
-
安装 Python 环境并确保其可用。
-
配置
mcpServers
参数,示例如下:{ "mcpServers": { "wikipedia": { "command": "uv", "args": [ "--directory", "%USERPROFILE%/Documents/GitHub/mcp-wikipedia", "run", "python", "main.py" ] } } }
-
运行
python main.py
启动服务。