Connects to Tenor's v2 API for searching and retrieving GIFs and stickers. You get five tools: search for GIFs by query, pull featured content, fetch autocomplete suggestions, get search suggestions, and retrieve specific posts by ID. Runs through Pipeworx's gateway, so you can either use it standalone or tap into their full collection of 250+ data sources. Supports an ask_pipeworx natural language interface that routes questions to the right tool automatically. Useful when you're building chat interfaces, content moderation tools, or any app that needs programmatic access to Tenor's GIF library without managing API keys directly.
Tenor v2 MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search | GIF/sticker search. |
featured | Featured GIFs. |
search_suggestions | Suggestions. |
autocomplete | Autocomplete. |
posts | Posts by id (comma-sep). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"tenor": {
"url": "https://gateway.pipeworx.io/tenor/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 Tenor data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp