pixabay-mcp-server
Related Servers
Alternatives to pixabay-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceAn MCP server that searches and downloads royalty-free images from Pixabay by keyword, with support for custom image size and safe search.1-
- AlicenseAqualityDmaintenanceAn MCP server to search for photos and videos on Pexels.38 npmMIT
- AlicenseBqualityDmaintenanceMCP server to search and download stock images from Pexels, Unsplash, and Pixabay2193 npm3MIT
- AlicenseAqualityBmaintenanceMCP server for searching and retrieving stock images from Unsplash, Pexels, and Pixabay, with support for concurrent searches, normalized metadata, and image downloads.3MIT
- AlicenseAqualityCmaintenanceMCP server that enables searching and downloading Unsplash photos and collections.4MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for the Unsplash API that enables searching, downloading, and inserting high-quality images with automatic photographer attribution into local projects.14 npm1MIT
TDQS
Scored across 4 tools
Each tool targets a unique combination of action (search/get) and resource type (image/video), so there is no overlap or ambiguity. An agent can easily distinguish pixabay_search_images from pixabay_get_image.
All tool names follow a consistent verb_noun pattern with a common prefix (pixabay_), using snake_case throughout. The convention is uniform and predictable.
Four tools is an ideal scope for a media search-and-retrieve server, covering the essential operations without redundancy. Each tool serves a distinct purpose.
The tool surface fully covers the core lifecycle for a read-only media API: search both images and videos, then fetch full details by ID. No obvious missing operations are needed for the stated purpose.