Skip to content
Windsurf

Pexels MCP Server for Windsurf

io.github.hanoak/pexels-mcp-server

MCP server for the Pexels API: search & fetch stock photos, videos, and collections.

client:Windsurf transport:stdio runtime:npm

Install Pexels 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": {
    "pexels-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hanoak/pexels-mcp-server"
      ],
      "env": {
        "PEXELS_API_KEY": "<PEXELS_API_KEY>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Pexels MCP Server in other clients