Pexels MCP Server for Zed
io.github.hanoak/pexels-mcp-server
MCP server for the Pexels API: search & fetch stock photos, videos, and collections.
client:Zed
transport:stdio
runtime:npm
Install Pexels MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pexels-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hanoak/pexels-mcp-server"
],
"env": {
"PEXELS_API_KEY": "<PEXELS_API_KEY>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs