Pexels MCP Server for Cline
io.github.hanoak/pexels-mcp-server
MCP server for the Pexels API: search & fetch stock photos, videos, and collections.
client:Cline
transport:stdio
runtime:npm
Install Pexels MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"pexels-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/pexels-mcp-server"
],
"env": {
"PEXELS_API_KEY": "<PEXELS_API_KEY>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs