Wikimedia Image Search MCP Server

MCP server enabling AI assistants to search Wikimedia Commons images with metadata and visual previews

Local serverstdioGo

What is the Wikimedia Image Search MCP MCP server?

MCP server enabling AI assistants to search Wikimedia Commons images with metadata and visual previews. The wikimedia image search mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.

What it actually does

This MCP (Model Context Protocol) server enables AI assistants to search for images on Wikimedia Commons. It provides detailed metadata and optional thumbnail composites to help AI models visually compare results.

This server is designed to give AI assistants "eyes" when searching for visual content. Instead of guessing based on filenames or text descriptions alone, the AI can retrieve a structured list of image metadata and a composite image containing thumbnails of the search results.

Its toolset

Everything the assistant can do here goes through one of these:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — To use this server, configure your MCP client to run it using npx

Configuration

  • Node.js: Version 18 or higher. - MCP Client: A compatible client such as VS Code, Cursor, Claude Code, Windsurf, Cline, Claude Desktop...

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at wikimedia-image-search-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

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. Wikimedia Image Search MCP's toolset — Prerequisites, Installation — is a fair guide to whether it matches your workflow. It is maintained by yanexr; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • 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.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the wikimedia image search mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
InstallationTo use this server, configure your MCP client to run it using npx.

How to install the Wikimedia Image Search MCP MCP server

{
  "mcpServers": {
    "wikimedia-image-search": {
      "command": "npx",
      "args": [
        "-y",
        "wikimedia-image-search-mcp"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js: Version 18 or higher. - MCP Client: A compatible client such as VS Code, Cursor, Claude Code, Windsurf, Cline, Claude Desktop...

Example prompts to try

  • Use Wikimedia Image Search MCP to Prerequisites.
  • Use Wikimedia Image Search MCP to Installation.

Frequently asked questions

It connects Wikimedia Image Search MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Prerequisites, Installation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Wikimedia Image Search MCP directly.