Pexels MCP Server for Grok
io.github.hanoak/pexels-mcp-server
MCP server for the Pexels API: search & fetch stock photos, videos, and collections.
client:Grok
transport:stdio
runtime:npm
Install Pexels MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pexels-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hanoak/pexels-mcp-server"
],
"env": {
"PEXELS_API_KEY": "<PEXELS_API_KEY>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs