Metadata-Version: 2.4
Name: iflow-mcp_algonacci_mcp-wikipedia
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[cli]>=1.5.0
Requires-Dist: wikipedia>=1.4.0
Dynamic: license-file

# mcp-wikipedia

MCP server to give client the ability to access Wikipedia pages

# Usage

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