A Model Context Protocol (MCP) server that provides access to Wikipedia content, prioritizing Simple English Wikipedia with intelligent fallback to
Connect MCP Se Wikipedia to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A Model Context Protocol (MCP) server that provides access to Wikipedia content, prioritizing Simple English Wikipedia with intelligent fallback to regular English Wikipedia when content is unavailable or of poor quality. The mcp se wikipedia mcp server is what makes that connection.
This MCP server acts as a bridge between AI assistants and Wikipedia, specifically designed to:
The server ships on PyPI as git, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Prerequisites — The Prerequisites tool exposed by this serverConfiguration — The server behavior can be configured using environment variables:WIKIPEDIA_MODE — Controls which Wikipedia version to use: - simple (default): Prioritizes Simple English Wikipedia with automatic fallback to regular English -search — The search tool exposed by this serversummary — The summary tool exposed by this servercontent — The content tool exposed by this serverCustomization — The Customization tool exposed by this serverDebugging — Enable debug logging by modifying the logging level in main.py: python logging.basicConfig(level=logging.DEBUG)Configuration is passed through the environment: WIKIPEDIA_MODE. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
uv package managerPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Se Wikipedia's toolset — Prerequisites, Configuration, WIKIPEDIA_MODE and 5 more — is a fair guide to whether it matches your workflow. It is maintained by bhubbb; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Configuration | The server behavior can be configured using environment variables: |
| WIKIPEDIA_MODE | Controls which Wikipedia version to use: - **simple** (default): Prioritizes Simple English Wikipedia with automatic fallback to regular English - **full**: Uses only regular English Wikipedia, bypassing Simple English e |
| search | The search tool exposed by this server. |
| summary | The summary tool exposed by this server. |
| content | The content tool exposed by this server. |
| Customization | The Customization tool exposed by this server. |
| Debugging | Enable debug logging by modifying the logging level in main.py: python logging.basicConfig(level=logging.DEBUG) |
{
"mcpServers": {
"wikipedia-se": {
"command": "uvx",
"args": ["git+https://github.com/bhubbb/mcp-se-wikipedia"]
}
}
}Configuration as documented by the project. Restart the client after saving.
uv package manager| Variable | Description | Required |
|---|---|---|
| WIKIPEDIA_MODE | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.