Odel
Pexels MCP Server

Pexels MCP Server

Local
@hanoak2TypeScriptMITUpdated 5 days ago

MCP server for the Pexels API: search & fetch stock photos, videos, and 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).

npm@hanoak/pexels-mcp-serverv1.0.1

Run

npx -y @hanoak/pexels-mcp-server

MCP client config

{
  "mcpServers": {
    "pexels-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hanoak/pexels-mcp-server"
      ]
    }
  }
}