MCP Wikipedia 服务

MCP Wikipedia 服务

提供客户端访问维基百科页面的 MCP 服务器。

快速入门

  1. 克隆仓库:git clone https://github.com/algonacci/mcp-wikipedia.git

  2. 安装 Python 环境并确保其可用。

  3. 配置 mcpServers 参数,示例如下:

    { "mcpServers": { "wikipedia": { "command": "uv", "args": [ "--directory", "%USERPROFILE%/Documents/GitHub/mcp-wikipedia", "run", "python", "main.py" ] } } }

  4. 运行 python main.py 启动服务。