Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pixabay": {
"command": "npx",
"args": [
"-y",
"@sadais/mcp-pixabay-server"
],
"env": {
"PIXABAY_API_KEY": ""
}
}
}
}