Summary
Stock imagery chosen in the conversation, not in a browser tab.
Search, filter to the shape and size you need, and take the URL — the loop that otherwise means leaving what you were doing and clicking through a gallery. The by-ID tools mean an asset you picked once can be fetched again exactly.
What it is
A server over the Pixabay API: search its royalty-free image and video libraries with filters, or look up a single asset by its Pixabay ID.
What you get
- Image search with filters for category, orientation, colour, size and image type
- Video search across Pixabay's stock video library
- A specific image or video fetched by ID
- Several sizes per image and several qualities per video
- Narrowing filters such as Editors' Choice and a minimum width
Requirements
A free Pixabay API key — the project recommends setting it as a system environment variable rather than in the client config. Node, with the project built via npm run build.
Setup effort
One command plus a key — npx -y pixabay-mcp-server, then supply credentials
