MCP Se Wikipedia MCP Server

A Model Context Protocol (MCP) server that provides access to Wikipedia content, prioritizing Simple English Wikipedia with intelligent fallback to

Local serverstdioPython

What is the MCP Se Wikipedia MCP server?

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.

What the server does

This MCP server acts as a bridge between AI assistants and Wikipedia, specifically designed to:

Installation

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.

Available tools

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 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 -
  • 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)

Credentials and setup notes

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.

  • Python 3.12 or higher - uv package manager

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty 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.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
ConfigurationThe server behavior can be configured using environment variables:
WIKIPEDIA_MODEControls 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
searchThe search tool exposed by this server.
summaryThe summary tool exposed by this server.
contentThe content tool exposed by this server.
CustomizationThe Customization tool exposed by this server.
DebuggingEnable debug logging by modifying the logging level in main.py: python logging.basicConfig(level=logging.DEBUG)

How to install the MCP Se Wikipedia MCP server

{
  "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.

Configuration

  • Python 3.12 or higher - uv package manager
VariableDescriptionRequired
WIKIPEDIA_MODEConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Se Wikipedia to Prerequisites.
  • Use MCP Se Wikipedia to Configuration.
  • Use MCP Se Wikipedia to WIKIPEDIA MODE.

Frequently asked questions

It connects MCP Se Wikipedia to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Prerequisites, Configuration, WIKIPEDIA_MODE, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Se Wikipedia directly.