pexels for Claude Desktop
io.github.developer-ishan/pexels
MCP server for searching Pexels stock photos, videos, and curated collections.
client:Claude Desktop
transport:stdio
runtime:npm
Install pexels in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pexels": {
"command": "npx",
"args": [
"-y",
"mcp-pexels"
],
"env": {
"PEXELS_API_KEY": "<PEXELS_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs