Giphy MCP
Searches and retrieves GIFs from Giphy for trending, random, and keyword queries with rating filters.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-28
Giphy MCP is a straightforward community server that wraps Giphy's public API for GIF search, trending, and random retrieval. It's maintained by Martin Garcia, a solo developer, with a clean npm package distribution via npx. The permissions footprint is narrow: outbound network calls to Giphy's API and reading a single environment variable for the API key. No filesystem access, no shell execution, no desktop control. The code is open source on GitHub with reasonable documentation, though the repository shows modest activity and a single maintainer presents some bus factor risk. Giphy itself is a well-established service owned by Shutterfly, which adds legitimacy to the API endpoint. The server does exactly what it claims with no credential handling beyond the API key, and rating filters provide content moderation hooks. No known security incidents. The main risk is maintainer continuity rather than malicious behaviour.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEGIF metadata is user-supplied. Image content can carry payloads in alt text.
Green flags
- Extremely narrow scope: read-only API calls to established Giphy service
- Clean npm distribution via npx with standard install, no custom scripts
- Open source with clear documentation of all three tools and parameters
- Rating filters built in for content moderation (G, PG, PG-13, R)
- No filesystem, shell, or desktop permissions requested
Red flags
- Solo maintainer with modest GitHub activity increases bus factor risk
- Requires API key stored in environment, potential for key leakage if misconfigured
- Limited commit history and no visible security audit or review process
Permissions requested
Install
npx -y mcp-server-giphy
GIPHY_API_KEYReview
Install this if you're building conversational tools that need visual flair or if you're prototyping content workflows. Skip it if you're not on a supported host or if you need high-volume API access without paying Giphy. It's a clean, focused tool that does one thing well.
Good at
- Three focused tools that cover the main Giphy use cases without bloat.
- Rating filters make it usable in professional contexts where you need to avoid NSFW content.
- Returns structured metadata (URLs, titles, dimensions) that's easy to work with programmatically.
- Single-command install with no dependencies beyond the API key.
Watch out
- Giphy's free tier rate limit (42 requests/hour) is too low for anything beyond prototyping.
- Search quality depends entirely on Giphy's tagging, which is inconsistent and user-generated.
- No built-in caching, so repeated searches hit the API every time.
- Hosts beyond Claude Desktop, Claude Code, and Cursor require manual configuration.
Use cases
- reaction GIFs in chat
- content enrichment
- meme discovery
- social post illustration
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.