pixabay-mcp
If you are the rightful owner of pixabay-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server for Pixabay image search.
The pixabay-mcp is a TypeScript-based Model Context Protocol (MCP) server designed to interface with the Pixabay image API. It allows users to search for images on Pixabay by providing a search query and optional parameters such as image type, orientation, and results per page. The server returns a formatted list of image results, including URLs and metadata. It is equipped with error handling mechanisms to manage API request issues and invalid parameters. The server requires a Pixabay API key, which must be set as an environment variable. Safe search is enabled by default to ensure appropriate content filtering. The server can be integrated with various platforms, including Claude Desktop, by configuring the server settings in the respective configuration files.
Features
- search_pixabay_images: Search for images on Pixabay with optional parameters for image type, orientation, and results per page.
- Configuration: Requires a Pixabay API key set as an environment variable. Safe search is enabled by default.
- Error Handling: Handles API request issues and invalid parameters effectively.