mcp-server-giphy
An implementation of Giphy integration with Model Context Protocol
Documentation
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
1. `search_gifs`
2. `get_random_gif`
3. `get_trending_gifs`
Response Format
Each GIF in the response includes:
- `id`: Unique Giphy identifier
- `title`: GIF title
- `url`: URL to the GIF on Giphy website
- `images`: Object containing various image formats, each with:
- `url`: Direct URL to the image file
- `width`: Image width
- `height`: 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_hereUsage 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": ""
}
}
}
}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 inspectorLicense
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.
Frequently asked questions
What is mcp-server-giphy?
mcp-server-giphy is An implementation of Giphy integration with Model Context Protocol
How do I install mcp-server-giphy?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-giphy open source?
Yes — it is hosted on GitHub at https://github.com/magarcia/mcp-server-giphy and has 21 stars.
Related MCP tools
A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank. TypeScript-based implementation.
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client. TypeScript-based implementation.
Model Context Protocol (MCP) Server for Graphlit Platform TypeScript-based implementation.
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases TypeScript-based implementation.
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
Mcp-use is the easiest way to interact with mcp servers with custom agents TypeScript-based implementation. Trusted by 8100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP