MCP Server
Active
MIT
Pixabay MCP Server MCP Server
io.github.hanoak/pixabay-mcp-server
What is the Pixabay MCP Server MCP server?
Unofficial MCP server for the Pixabay API: search and fetch royalty-free images and videos.
How to install Pixabay MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PIXABAY_API_KEYrequiredsecretYour Pixabay API key (sent as the `key` query parameter — Pixabay has no header option).
LOG_LEVELLog verbosity; all logs go to stderr.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pixabay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/pixabay-mcp-server"
],
"env": {
"PIXABAY_API_KEY": "<YOUR_PIXABAY_API_KEY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pixabay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/pixabay-mcp-server"
],
"env": {
"PIXABAY_API_KEY": "<YOUR_PIXABAY_API_KEY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pixabay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/pixabay-mcp-server"
],
"env": {
"PIXABAY_API_KEY": "<YOUR_PIXABAY_API_KEY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pixabay-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hanoak/pixabay-mcp-server"
],
"env": {
"PIXABAY_API_KEY": "<YOUR_PIXABAY_API_KEY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}Claude Code
claude mcp add pixabay-mcp-server --env PIXABAY_API_KEY=<YOUR_PIXABAY_API_KEY> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y @hanoak/pixabay-mcp-serverRelated MCP servers
Pexels MCP Server
Active
MCP server for the Pexels API: search & fetch stock photos, videos, and collections.
2
View repository →TypeScript
MIT
Unsplash MCP Server
Active
MCP server for the Unsplash API: search & fetch photos with attribution + download tracking.
1
View repository →TypeScript
MIT