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: unsplash-mcp
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.
Latest Blog Posts
- 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