mcp-wikipedia

mcp-wikipedia

7

The mcp-wikipedia project is an MCP server that allows clients to access Wikipedia pages. It is designed to facilitate retrieving information from Wikipedia.

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"
      ]
    }
  }
}