trackmcp
Back to directory
hzrd149

mcp-tenor-api

View on GitHub

An mcp server for using the tenor api

0 stars TypeScriptDeveloper Kits Updated Apr 25, 2025

Documentation

mcp-tenor-api

A Model Context Protocol server for the Tenor GIF API.

Development

Test the MCP server using the MCP inspector:

bash
deno task dev

Usage

Run directly from the Deno registry:

bash
API_KEY=your-tenor-api-key deno run --allow-net --allow-env @hzrd149/mcp-tenor-api

Or run from a local clone:

bash
API_KEY=your-tenor-api-key deno run --allow-net --allow-env mod.ts

Or use Docker:

bash
docker run -i -it -e API_KEY=your-tenor-api-key ghcr.io/hzrd149/mcp-tenor-api

Frequently asked questions

What is mcp-tenor-api?

mcp-tenor-api is An mcp server for using the tenor api

How do I install mcp-tenor-api?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-tenor-api open source?

Yes — it is hosted on GitHub at https://github.com/hzrd149/mcp-tenor-api.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP