mcp-pixabay-server
1
MCP Pixabay Server is a server implementation allowing integration with AI models to search and access Pixabay images and videos. It fully adheres to the MCP protocol and supports extensive search options, enhancing resource retrieval from Pixabay.
MCP Pixabay Server
A server implementation for the Pixabay API based on the Model Context Protocol (MCP). It allows AI models to search and retrieve image and video resources from the Pixabay platform.
Features
- MCP protocol-compliant server implementation.
- Core tools include image and video search functionalities.
- Supports various search parameters such as keywords, type, orientation, category, and color.
- Returns complete resource metadata including URL, resolution, and tags.
- API key configuration via environment variables.
Installation
- Global: npm install -g @sadais/mcp-pixabay-server
- Project dependency: npm install @sadais/mcp-pixabay-server --save
Usage
- As a command-line tool: Start the MCP server with
mcp-pixabay-server
. - Integrate with AI models like Claude by starting the server and configuring the AI model to use the MCP service.
Development Guide
- Clone the repository, install dependencies, and build the project.
- Run tests with Vitest and ensure code quality with ESLint and Prettier.
Contribution Guide
- Follow issue and pull request guidelines for contributing to the project.
License
Licensed under the MIT License.