mcp-tenor-api

by hzrd149

224 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-tenor-api
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.