Connects Claude to Pexels for stock photo operations through Pipeworx's MCP gateway. The source doesn't list specific tools, but given it's Pexels integration, you're likely looking at photo search, collection browsing, and media metadata retrieval. Configuration is straightforward with streamable HTTP transport. You can either point directly at the Pexels endpoint or connect to the full Pipeworx gateway for access to their 673+ data sources. Includes an ask_pipeworx tool that lets you query in natural language instead of calling tools directly. Useful when you need to pull royalty-free images into workflows or retrieve photo metadata programmatically.
Pexels MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"pexels": {
"url": "https://gateway.pipeworx.io/pexels/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Pexels data" })
The gateway picks the right tool and fills the arguments automatically.
MIT