io.github.developer-ishan/pexels MCP Server
io.github.developer-ishan/pexels
What is the io.github.developer-ishan/pexels MCP server?
MCP server for searching Pexels stock photos, videos, and curated collections.
How to install io.github.developer-ishan/pexels
Copy-paste configuration for popular MCP clients.
PEXELS_API_KEYrequiredsecretPexels API key. Get one for free at https://www.pexels.com/api/. Free tier: 200 req/hour, 20,000 req/month.
{
"mcpServers": {
"pexels": {
"command": "npx",
"args": [
"-y",
"mcp-pexels"
],
"env": {
"PEXELS_API_KEY": "<YOUR_PEXELS_API_KEY>"
}
}
}
}{
"mcpServers": {
"pexels": {
"command": "npx",
"args": [
"-y",
"mcp-pexels"
],
"env": {
"PEXELS_API_KEY": "<YOUR_PEXELS_API_KEY>"
}
}
}
}{
"mcpServers": {
"pexels": {
"command": "npx",
"args": [
"-y",
"mcp-pexels"
],
"env": {
"PEXELS_API_KEY": "<YOUR_PEXELS_API_KEY>"
}
}
}
}{
"servers": {
"pexels": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-pexels"
],
"env": {
"PEXELS_API_KEY": "<YOUR_PEXELS_API_KEY>"
}
}
}
}claude mcp add pexels --env PEXELS_API_KEY=<YOUR_PEXELS_API_KEY> -- npx -y mcp-pexelsRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.