magarcia/mcp-server-giphy
Search and retrieve GIFs from Giphy's vast library through the Giphy API.
Quick Start
Clone the repository:
git clone https://github.com/magarcia/mcp-server-giphyClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-giphy": {
"command": "npx",
"args": [
"-y",
"magarcia/mcp-server-giphy"
]
}
}
}Check the repository README for specific installation and configuration instructions.