Wikipedia MCP Image Crawler
@dazeb
关于 Wikipedia MCP Image Crawler
A Wikipedia Image Search Tool. Follows Creative Commons Licences for images and uses them in your projects via Claude Desktop/Cline.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wikipedia-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/wikipedia-mcp-image-crawler/build/index.js"
]
}
}
}工具
2Search for images on Wikipedia Commons
Get detailed information about specific images
概览
What is Wikipedia MCP Image Crawler?
A Model Context Protocol (MCP) server for searching and retrieving images from Wikipedia Commons. It provides tools to search for images and fetch detailed metadata, including license and author information, through the Wikipedia API. It is designed for users who need public domain images with full attribution.
How to use Wikipedia MCP Image Crawler?
Install Node.js 18 or higher, clone the repository, install dependencies with pnpm install, and build with pnpm run build. Then configure the server in Claude Desktop or VS Code extensions by adding the path to the built index.js to the MCP servers JSON config. Once set up, invoke the tools wiki_image_search (search by query with optional limit) and wiki_image_info (get metadata for a specific image title).
Key features of Wikipedia MCP Image Crawler
- Two tools:
wiki_image_searchandwiki_image_info - Search images with customizable result limits (1–50)
- Returns image URLs, dimensions, MIME types, and sizes
- Fetches comprehensive metadata including license and author
- Returns full resolution URLs and description links
Use cases of Wikipedia MCP Image Crawler
- Finding public domain images of historical figures, such as Greek philosophers
- Retrieving image metadata for proper attribution and licensing
- Automating image searches for content creation or research projects
FAQ from Wikipedia MCP Image Crawler
What runtime does Wikipedia MCP Image Crawler require?
Node.js 18 or higher and either npm or pnpm package manager.
What tools does Wikipedia MCP Image Crawler provide?
It provides two tools: wiki_image_search for searching images on Wikipedia Commons, and wiki_image_info for getting detailed metadata about a specific image.
Where does the image data come from?
All data is fetched from the Wikipedia Commons API.
Does Wikipedia MCP Image Crawler require authentication?
No, the README does not mention any authentication or API keys.
How is the server transported?
The server communicates over stdio, as typical for MCP servers; a debugging interface is available using the MCP Inspector.
媒体与设计 分类下的更多 MCP 服务器
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
评论