
Giphy
Connects to Giphy's API to search for GIFs, get random GIFs, or fetch trending ones. Includes content filtering and metadata for each GIF.
Allows AI models to search, retrieve, and utilize GIFs from Giphy.
What it does
- Search Giphy for GIFs by keyword
- Get random GIFs with optional tags
- Fetch trending GIFs
- Filter results by content rating
- Retrieve GIF metadata and formats
Best for
About Giphy
Giphy is a community-built MCP server published by magarcia that provides AI assistants with tools and capabilities via the Model Context Protocol. Easily search, retrieve, and use gifs and gif gifs from Giphy. Enhance your AI models with quality gifs and animated con It is categorized under other.
How to install
You can install Giphy in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Giphy is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
MCP Server Giphy
MCP Server for the Giphy API, enabling AI models to search, retrieve, and utilize GIFs from Giphy.
Features
- Content Filtering: Filter results by rating (G, PG, PG-13, R) to ensure appropriate content
- Optimized Response Format: Response data optimized for AI model consumption
- Multiple Search Methods: Support for query-based, random, and trending GIF retrieval
- Comprehensive Metadata: Each GIF comes with full metadata including dimensions, formats, and attribution
- Pagination Support: Control result size and pagination for efficient API use
Tools
-
search_gifs- Search for GIFs on Giphy with a query string
- Inputs:
query(string): Search query term or phraselimit(optional number): Maximum number of objects to return (default: 10, max: 50)offset(optional number): Results offset (default: 0)rating(optional string): Content rating (g, pg, pg-13, r)lang(optional string): Language code (default: en)
- Returns: Array of GIF objects with metadata
-
get_random_gif- Get a random GIF from Giphy, optionally filtered by tag
- Inputs:
tag(optional string): Tag to limit random resultsrating(optional string): Content rating (g, pg, pg-13, r)
- Returns: Random GIF object with metadata
-
get_trending_gifs- Get currently trending GIFs on Giphy
- Inputs:
limit(optional number): Maximum number of objects to return (default: 10, max: 50)offset(optional number): Results offset (default: 0)rating(optional string): Content rating (g, pg, pg-13, r)
- Returns: Array of trending GIF objects with metadata
Response Format
Each GIF in the response includes:
id: Unique Giphy identifiertitle: GIF titleurl: URL to the GIF on Giphy websiteimages: Object containing various image formats, each with:url: Direct URL to the image filewidth: Image widthheight: Image height
- Additional metadata when available
Setup
Giphy API Key
- Sign up for a Giphy Developer account
- Create an app to get an API key
- Choose between the free tier or paid options based on your needs
Environment Configuration
Create a .env file with your API key:
GIPHY_API_KEY=your_api_key_here
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"giphy": {
"command": "npx",
"args": ["-y", "mcp-server-giphy"],
"env": {
"GIPHY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Development
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm start
# Run in development mode with hot reloading
npm run dev
# Run tests
npm test
# Use with MCP Inspector
npm run inspector
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Alternatives
Related Skills
Browse all skillsCreate professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).