Odel
mcp pexels

mcp pexels

Local
@developer-ishan2TypeScriptMITUpdated 3mo ago

MCP server for searching Pexels stock photos, videos, and curated collections.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-pexelsv1.0.2

Run

npx -y mcp-pexels

MCP client config

{
  "mcpServers": {
    "mcp-pexels": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pexels"
      ]
    }
  }
}