MCP Pixabay Server
@zhangzhenfei
关于 MCP Pixabay Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pixabay": {
"command": "npx",
"args": [
"-y",
"@sadais/mcp-pixabay-server"
],
"env": {
"PIXABAY_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Pixabay Server?
MCP Pixabay Server is an MCP (Model Context Protocol) server that provides AI models with the ability to search and retrieve image and video resources from the Pixabay platform via the Pixabay API. It is intended for developers integrating AI models (e.g., Claude) with Pixabay’s media library.
How to use MCP Pixabay Server?
Install globally with npm install -g @sadais/mcp-pixabay-server or as a project dependency. Set the PIXABAY_API_KEY environment variable, then start the server as a command-line tool (mcp-pixabay-server) or integrate it into an MCP‑compatible environment by adding a configuration block to mcp.json (using npx -y @sadais/mcp-pixabay-server). The server exposes two tools: search_images and search_videos.
Key features of MCP Pixabay Server
- Fully compliant MCP protocol server implementation.
- Provides
search_imagesandsearch_videostools. - Supports rich search parameters: query, type, orientation, category, color, safe search, pagination.
- Returns complete resource metadata (URLs, resolution, tags, etc.).
- API key configured via environment variable.
Use cases of MCP Pixabay Server
- AI agents searching for stock images based on user prompts.
- Video content discovery for automated media curation.
- Enabling language models to retrieve Pixabay media within chat or plugin environments.
FAQ from MCP Pixabay Server
What dependencies are required?
Node.js and npm. The server is published as an npm package and relies on a Pixabay API key.
How do I obtain a Pixabay API key?
Register at the Pixabay API documentation page to get an API key.
Where does the data live?
The server acts as a bridge; it queries Pixabay’s remote API and returns results. No media is stored locally.
What transport does the server use?
It communicates via stdio, the standard MCP transport for command-line integration.
Are there any known limits on pagination?
Yes. The per_page parameter accepts values between 3 and 200 for both images and videos.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论