Connects Claude to Pixabay's stock photo and media library through the Pipeworx gateway. The source doesn't list specific tools, but this is part of Pipeworx's collection of 673+ data sources accessible via their unified MCP gateway. You can either connect to this Pixabay endpoint directly or use the full Pipeworx gateway to access their entire catalog. Includes an ask_pipeworx tool that handles natural language queries instead of calling individual tools directly. Useful if you need Claude to search and retrieve stock images, videos, or illustrations from Pixabay's free media collection during conversations. Hosted as a remote server using streamable HTTP transport.
Pixabay MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"pixabay": {
"url": "https://gateway.pipeworx.io/pixabay/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Pixabay data" })
The gateway picks the right tool and fills the arguments automatically.
MIT