Submit

Wikimedia Image Search

@yanexr

An MCP server enabling AI assistants or agents to search Wikimedia Commons images with metadata and visual thumbnails.
Overview

Wikimedia Image Search is an MCP server that enables AI assistants to search for images on Wikimedia Commons, providing detailed metadata and visual thumbnails for better image selection.

To use this server, simply send a search query through the Model Context Protocol (MCP). The server will return a structured list of image metadata along with optional thumbnail composites for visual comparison.

  • Search for images on Wikimedia Commons with detailed metadata.
  • Retrieve optional thumbnail composites for visual comparison.
  • Filter images by license type (e.g., CC0/Public Domain).
  1. Finding suitable images for websites, articles, or presentations.
  2. Selecting images for educational materials or books.
  3. Verifying visual content before recommending images.
  4. Comparing multiple images to choose the most relevant one for a specific context.
  • Can it be used with any LLM?

Yes, it is designed to work with various LLMs and clients that support the Model Context Protocol (MCP).

  • Do I need an API key?

No, this server interacts with the public Wikimedia Commons API, so no personal API key is required.

  • How can I use the images found?

Usage depends on the license; the AI receives license metadata for every result.

Server Config

{
  "mcpServers": {
    "wikimedia-image-search": {
      "command": "npx",
      "args": [
        "-y",
        "wikimedia-image-search-mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.