mcp-tenor-api
About
mcp-tenor-api is a Model Context Protocol server that provides access to the Tenor GIF API. It is intended for use with MCP-compatible clients.
Details
- Author
- hzrd149
- Downloads
- 224
- Categories
- Developer Tools
Jump to
- Integrates the Tenor GIF API via MCP
- Runs on Deno
- Supports execution with Docker
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-tenor-apiCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run the server from the Deno registry, a local clone, or Docker. Set the API_KEY environment variable to your Tenor API key.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-tenor-api": {
"mcp-tenor-api": {
"command": "docker",
"args": [
"run",
"-i",
"-it",
"-e",
"API_KEY=your-tenor-api-key",
"ghcr.io/hzrd149/mcp-tenor-api"
]
}
}
}
}
McpServers
{
"mcp-tenor-api": {
"command": "docker",
"args": [
"run",
"-i",
"-it",
"-e",
"API_KEY=your-tenor-api-key",
"ghcr.io/hzrd149/mcp-tenor-api"
]
}
}
mcp-tenor-api
A Model Context Protocol server for the Tenor GIF API.
Development
Test the MCP server using the MCP inspector:
deno task dev
Usage
Run directly from the Deno registry:
API_KEY=your-tenor-api-key deno run --allow-net --allow-env @hzrd149/mcp-tenor-api
Or run from a local clone:
API_KEY=your-tenor-api-key deno run --allow-net --allow-env mod.ts
Or use Docker:
docker run -i -it -e API_KEY=your-tenor-api-key ghcr.io/hzrd149/mcp-tenor-api
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





