Loading...
npm install
npm{
"mcpServers": {
"giphy": {
"command": "npx",
"args": ["-y", "mcp-server-giphy"],
"env": {
"GIPHY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}search_gifsSearches for GIFs on Giphy based on a query.
Read-only search operation.
get_random_gifRetrieves a random GIF from Giphy, optionally filtered by tag.
Read-only retrieval of random content.
get_trending_gifsRetrieves currently trending GIFs on Giphy.
Read-only retrieval of trending content.
This server is relatively safe due to its read-only nature and content filtering capabilities. However, the risk of exposing the Giphy API key and the potential for inappropriate content should be considered.