giphy-mcp-server

npow/giphy-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for the Giphy API — search, trending, and random GIFs as tools for AI coding agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "giphy-mcp-server": {
      "command": "uvx",
      "args": [
        "giphy-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install giphy-mcp-server

README Excerpt

MCP server for the [Giphy API](https://developers.giphy.com/) — search, trending, and random GIFs as tools for AI coding agents. | Tool | Description | |------|-------------| | `search_gifs` | Search for GIFs by query string | | `get_trending_gifs` | Get currently trending GIFs | | `get_random_gif` | Get a random GIF, optionally filtered by tag |

Tools (5)

get_gif_by_idget_random_gifget_trending_gifssearch_gifstranslate