@pipeworx/pexels
Connect: https://gateway.pipeworx.io/pexels/mcp · Install: one-click buttons
Tools: 8
Pexels MCP — photo + video search. Free key 200/hr, 20k/mo.
Auth
- Platform:
PLATFORM_PEXELS_KEY. BYO:?_apiKey=….
Tools (photos)
photo_search(query, orientation?, size?, color?, locale?, page?, per_page?)photo_curated(page?, per_page?)photo(id)
Tools (videos)
video_search(query, orientation?, size?, locale?, page?, per_page?)video_popular(min_width?, min_height?, min_duration?, max_duration?, page?, per_page?)video(id)
Tools (collections)
featured_collections(page?, per_page?)collection_media(id, type?, sort?, page?, per_page?)
Data source
https://api.pexels.com
Tools
- photo_search — Search Pexels photos by keyword (required); returns paginated results with image URLs in multiple sizes, photographer name, and attribution link.
- photo_curated — Fetch Pexels’ curated editorial photo feed; returns paginated photo objects with image URLs in multiple sizes (original, large, medium, small, tiny) and photographer info.
- photo — Fetch full metadata for a single Pexels photo by numeric id, including all sized image URLs, photographer name/URL, dimensions, and alt text.
- video_search — Search Pexels videos by keyword (required); returns paginated results with video file URLs at multiple resolutions, duration, and videographer info.
- video_popular — Fetch Pexels’ popular video feed; returns paginated video objects with file URLs at multiple resolutions, duration, and videographer info.
- video — Fetch full metadata for a single Pexels video by numeric id, including file URLs at all available resolutions, duration, width, height, and videographer attribution.
- featured_collections — List Pexels’ featured curated collections; returns collection id, title, description, and media counts for photos and videos.
- collection_media — Fetch all photos and videos inside a specific Pexels collection by string id; returns paginated mixed media objects with URLs and metadata.
Tools
-
collection_media— Fetch all photos and videos inside a specific Pexels collection by string id; returns paginated mixed media objects with URLs and metadata. -
featured_collections— List Pexels' featured curated collections; returns collection id, title, description, and media counts for photos and videos. -
photo— Fetch full metadata for a single Pexels photo by numeric id, including all sized image URLs, photographer name/URL, dimensions, and alt text. -
photo_curated— Fetch Pexels' curated editorial photo feed; returns paginated photo objects with image URLs in multiple sizes (original, large, medium, small, tiny) and photographer info. -
photo_search— Search Pexels photos by keyword (required); returns paginated results with image URLs in multiple sizes, photographer name, and attribution link. -
video— Fetch full metadata for a single Pexels video by numeric id, including file URLs at all available resolutions, duration, width, height, and videographer attribution. -
video_popular— Fetch Pexels' popular video feed; returns paginated video objects with file URLs at multiple resolutions, duration, and videographer info. -
video_search— Search Pexels videos by keyword (required); returns paginated results with video file URLs at multiple resolutions, duration, and videographer info.