giphy-mcp-server
Provides tools for searching, trending, and random GIFs, as well as translating phrases to GIFs via the Giphy API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@giphy-mcp-serversearch for a funny cat GIF"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
giphy-mcp-server
MCP server for the Giphy API — search, trending, and random GIFs as tools for AI coding agents.
Tools
Tool | Description |
| Search for GIFs by query string |
| Get currently trending GIFs |
| Get a random GIF, optionally filtered by tag |
| Get a specific GIF by its Giphy ID |
| Translate a word or phrase to the perfect GIF |
Related MCP server: LGTM MCP Server
Setup
Get a free API key at developers.giphy.com
Set the
GIPHY_API_KEYenvironment variable
Usage
With Claude Code
{
"mcpServers": {
"giphy": {
"command": "uvx",
"args": ["giphy-mcp-server"],
"env": {
"GIPHY_API_KEY": "your-api-key-here"
}
}
}
}With pip
pip install giphy-mcp-server
giphy-mcp-serverFrom source
git clone https://github.com/npow/giphy-mcp-server.git
cd giphy-mcp-server
pip install -e .
giphy-mcp-serverDevelopment
pip install -e ".[test]"
pytestLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/npow/giphy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server