pixabay-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | debug | info | warn | error (default info). All logs go to stderr; stdout carries only the MCP protocol. | info |
| PIXABAY_API_KEY | Yes | Your Pixabay API key. The server exits at startup with a clear message if it is missing or blank. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pixabay_search_imagesA | Search Pixabay's library of royalty-free images by keyword and filters. Returns a token-efficient summary per match (one representative image URL plus metadata) — call pixabay_get_image with an id for the full set of size tiers. |
| pixabay_get_imageA | Fetch a single Pixabay image by id (e.g. one returned from pixabay_search_images), including every size tier Pixabay provides for it. |
| pixabay_search_videosA | Search Pixabay's library of royalty-free videos by keyword and filters. Returns a token-efficient summary per match (one representative video URL plus metadata) — call pixabay_get_video with an id for the full set of size tiers. |
| pixabay_get_videoA | Fetch a single Pixabay video by id (e.g. one returned from pixabay_search_videos), including every size tier Pixabay provides for it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| find_media | Search Pixabay for images and/or videos matching a subject. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| pixabay-usage-guide | Attribution, hotlinking, and content-safety guidance for using Pixabay search results. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanoak/pixabay-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server