Skip to main content
Glama
hanoak

pixabay-mcp-server

by hanoak

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNodebug | info | warn | error (default info). All logs go to stderr; stdout carries only the MCP protocol.info
PIXABAY_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
find_mediaSearch Pixabay for images and/or videos matching a subject.

Resources

Contextual data attached and managed by the client

NameDescription
pixabay-usage-guideAttribution, hotlinking, and content-safety guidance for using Pixabay search results.

Latest Blog Posts

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