The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Server Giphy listing page.
MCP Server for the Giphy API, enabling AI models to search, retrieve, and utilize GIFs from Giphy.
search_gifs
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)get_random_gif
tag (optional string): Tag to limit random resultsrating (optional string): Content rating (g, pg, pg-13, r)get_trending_gifs
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)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 heightCreate a .env file with your API key:
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
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.