The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Pexels listing page.
An MCP (Model Context Protocol) server for the Pexels API. Built in Rust, exposes photo search, video search, and curated/featured content as MCP tools.
Communicates via stdio using JSON-RPC 2.0.
| Tool | Description |
|---|---|
search_photos | Search photos by query with optional orientation/size/color/locale filters |
curated_photos | Get a paginated list of curated, hand-picked photos |
get_photo | Retrieve a single photo by ID |
search_videos | Search videos by query with optional orientation/size/locale filters |
popular_videos | Get popular videos with optional dimension and duration filters |
get_video | Retrieve a single video by ID |
featured_collections | List featured collections (themed sets of media) |
collection_media | List media in a specific collection (filterable by photos/videos) |
Create ~/.config/mcp-server-pexels/config.toml:
Produces target/release/mcp-server-pexels.
MIT