giphy
mcp-giphy
Giphy MCP — 封装 Giphy API(公共测试版密钥,免费)
属于 Pipeworx 的一部分 — 一个将 AI 代理连接到 1476+ 个实时数据源的 MCP 网关。
工具
工具 | 描述 |
| 按关键词在 Giphy 上搜索 GIF。返回标题、URL、评级以及多种图片尺寸。 |
| 获取 Giphy 上当前热门的 GIF。返回标题、URL、评级以及多种图片尺寸。 |
| 获取随机 GIF,可选按标签过滤(例如"cats")。返回标题、URL、评级以及图片 URL。 |
Related MCP server: Giphy MCP Server
快速开始
添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):
{
"mcpServers": {
"giphy": {
"url": "https://gateway.pipeworx.io/giphy/mcp"
}
}
}该端点实际提供什么
tools/list 位于 https://gateway.pipeworx.io/giphy/mcp,返回上表中的工具,
外加共享的 Pipeworx 元工具 — ask_pipeworx、
discover_tools、search_within、remember/recall 以及
网关范围内的其余工具。因此你看到的工具数量比此表更大:
单包端点目前会列出大约 30 个共享工具,连同该包自身的工具。连接的
initialize 响应会说明其确切范围,并且是某一天最权威的答案。
这是有意为之,而非意外的多路复用。元工具的作用是让
一个限定范围的连接能够回答该包未覆盖的问题 — 通过
ask_pipeworx,它会在整个目录中路由 — 而无需你
添加第二个 MCP 服务器。目前没有办法在不包含这些元工具的情况下挂载包端点;
如果额外的 schema 消耗的上下文比路由带来的价值更多,
请直接连接一次完整网关,而不是连接多个包端点。
或者连接到完整的 Pipeworx 网关,直接列出所有包的工具, 而不仅仅是这一个:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}两个 URL 都指向同一个网关和相同的 1476+ 个数据源。
唯一的区别是哪些包的工具被直接列出;ask_pipeworx
从两者中的任何一个都能访问所有工具。
与 ask_pipeworx 一起使用
无需直接调用工具,你可以用纯英文提问 — 这在上述包端点和完整网关上均有效:
ask_pipeworx({ question: "your question about Giphy data" })网关会自动选择正确的工具并自动填充参数。
更多
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI models to search, retrieve, and utilize GIFs from Giphy with features like content filtering, multiple search methods, and comprehensive metadata.31,01633MIT
- FlicenseNot gradedqualityDmaintenanceThis is an auto-generated Multi-Agent Conversation Protocol server that enables interaction with the Giphy API, allowing users to access and use Giphy's GIF services through natural language commands.
- FlicenseNot gradedqualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the Giphy API, allowing agents to search, retrieve, and manage GIF animations through natural language commands.
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the Giphy API, allowing users to search, retrieve, and manipulate GIF content through natural language commands.
Related MCP Connectors
Generate images, video, and audio with Glif's media-generation agent
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-giphy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server