mcp-tenor-api
@hzrd149
关于 mcp-tenor-api
An mcp server for using the tenor api
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-tenor-api": {
"command": "docker",
"args": [
"run",
"-i",
"-it",
"-e",
"API_KEY=your-tenor-api-key",
"ghcr.io/hzrd149/mcp-tenor-api"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-tenor-api?
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.
How to use mcp-tenor-api?
Run the server from the Deno registry, a local clone, or Docker. Set the API_KEY environment variable to your Tenor API key.
Key features of mcp-tenor-api
- Integrates the Tenor GIF API via MCP
- Runs on Deno
- Supports execution with Docker
Use cases of mcp-tenor-api
—
FAQ from mcp-tenor-api
How is mcp-tenor-api installed and run?
It can be run directly from the Deno registry, from a local clone, or via Docker. In all cases the API_KEY environment variable must be set.
What dependencies does mcp-tenor-api require?
It requires the Deno runtime and a valid Tenor API key.
What authentication does mcp-tenor-api use?
Authentication is handled through the API_KEY environment variable, which must contain a Tenor API key.
—
开发工具 分类下的更多 MCP 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论