mcp-tenor-api

hzrd149/mcp-tenor-api

3.2

If you are the rightful owner of mcp-tenor-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol server for the Tenor GIF 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