Pexels MCP Server
Provides tools for searching photos and videos using the Pexels API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pexels MCP Serversearch for photos of a sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pexels MCP Server
An MCP server to search for photos and videos on Pexels.
Prerequisites
Docker
Pexels API Key (Get one at https://www.pexels.com/api/)
Related MCP server: pexels-mcp-server
Building the Docker Image
Run the following command in this directory:
docker build -t pexels-mcp .Running the Server
You can run the server directly with Docker. It communicates via Stdio, so it's designed to be called by an MCP client (like Claude Desktop or the MCP Toolkit).
To test it manually or use it, you generally configure your MCP client to run the docker command:
docker run -i --rm -e PEXELS_API_KEY=your_api_key_here pexels-mcpConfiguration
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"pexels": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PEXELS_API_KEY=your_actual_api_key_here",
"pexels-mcp"
]
}
}
}Docker MCP Toolkit
If you are using the Docker MCP Toolkit, you may be able to add it via the UI by pointing to this image or running the container.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server to search and download stock images from Pexels, Unsplash, and Pixabay2393MIT
- AlicenseAqualityAmaintenanceAn MCP server that enables AI agents to search, retrieve, and curate free stock photos and videos from Pexels, with tools, resources, and prompts for easy integration.8MIT
- FlicenseAqualityCmaintenanceAn MCP server that searches and downloads royalty-free images from Pixabay by keyword, with support for custom image size and safe search.1
- AlicenseAqualityCmaintenanceMCP server that enables searching and downloading Unsplash photos and collections.4MIT
Related MCP Connectors
MCP server for Google Veo AI video generation
MCP server for Flux AI image generation
MCP server for Midjourney AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/madebyaram2024/pexels-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server