Back to MCP Servers
Server Giphy
Search and retrieve GIFs from Giphy's vast library through the Giphy API.
other-tools-and-integrationsapi
By magarcia
Installation
npx -y mcp-server-giphyConfiguration
{
"mcpServers": {
"mcp-server-giphy": {
"command": "npx",
"args": ["-y", "mcp-server-giphy"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes