Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Install
npm install
npmConfig
{
"mcpServers": {
"giphy": {
"command": "npx",
"args": ["-y", "mcp-server-giphy"],
"env": {
"GIPHY_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Exposed MCP Tools (3)
safe
search_gifsSearches for GIFs on Giphy based on a query.
Read-only search operation.
safe
get_random_gifRetrieves a random GIF from Giphy, optionally filtered by tag.
Read-only retrieval of random content.
safe
get_trending_gifsRetrieves currently trending GIFs on Giphy.
Read-only retrieval of trending content.
Safety Assessment
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.
- Read-only access to Giphy API
- Content filtering by rating
- No direct write or delete operations
- API key authentication
- Reliance on external Giphy API
- Potential for inappropriate content despite filtering
- API key exposure risk if not properly managed
- Rate limiting can impact availability