Pexels
🎨 Creative
Search free stock photos and videos from Pexels. Browse curated collections, download media, and discover trending visual content for any project.
Tools (10)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"pexels": {
"command": "npx",
"args": [
"-y",
"pexels-image-search-mcp"
],
"env": {
"PEXELS_API_KEY": "your-pexels-api-key-here"
}
}
}
}