Pexels MCP Server for Cursor
io.github.hanoak/pexels-mcp-server
MCP server for the Pexels API: search & fetch stock photos, videos, and collections.
client:Cursor
transport:stdio
runtime:npm
Install Pexels MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs