Skip to content
Windsurf

Pixabay MCP Server for Windsurf

io.github.hanoak/pixabay-mcp-server

Unofficial MCP server for the Pixabay API: search and fetch royalty-free images and videos.

client:Windsurf transport:stdio runtime:npm

Install Pixabay MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pixabay-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hanoak/pixabay-mcp-server"
      ],
      "env": {
        "PIXABAY_API_KEY": "<PIXABAY_API_KEY>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Pixabay MCP Server in other clients