Skip to main content
Glama

Pixabay MCP Server

search_pixabay_images

Search for high-quality images on Pixabay using keywords, filters for image type and orientation, and customize the number of results per page.

Instructions

Search for images on Pixabay

Input Schema

NameRequiredDescriptionDefault
image_typeNoFilter results by image typeall
orientationNoFilter results by image orientationall
per_pageNoNumber of results per page (3-200)
queryYesSearch query terms

Input Schema (JSON Schema)

{ "properties": { "image_type": { "default": "all", "description": "Filter results by image type", "enum": [ "all", "photo", "illustration", "vector" ], "type": "string" }, "orientation": { "default": "all", "description": "Filter results by image orientation", "enum": [ "all", "horizontal", "vertical" ], "type": "string" }, "per_page": { "default": 20, "description": "Number of results per page (3-200)", "maximum": 200, "minimum": 3, "type": "number" }, "query": { "description": "Search query terms", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Pixabay MCP Server

Related Tools

    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/zym9863/pixabay-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server