{"id":26570960,"url":"https://github.com/magarcia/mcp-server-giphy","last_synced_at":"2026-08-27T15:58:02.119Z","repository":{"id":283581718,"uuid":"952208262","full_name":"magarcia/mcp-server-giphy","owner":"magarcia","description":"An implementation of Giphy integration with Model Context Protocol","archived":false,"fork":false,"pushed_at":"2025-05-22T08:56:12.000Z","size":423,"stargazers_count":33,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-08-02T19:06:58.378Z","etag":null,"topics":["giphy","giphy-api","mcp-server","model-context-protocol"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magarcia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-20T22:54:20.000Z","updated_at":"2026-07-05T03:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"afcd9ecf-7f53-4f60-ac7d-2971332d5638","html_url":"https://github.com/magarcia/mcp-server-giphy","commit_stats":null,"previous_names":["magarcia/mcp-server-giphy"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/magarcia/mcp-server-giphy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magarcia%2Fmcp-server-giphy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magarcia%2Fmcp-server-giphy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magarcia%2Fmcp-server-giphy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magarcia%2Fmcp-server-giphy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magarcia","download_url":"https://codeload.github.com/magarcia/mcp-server-giphy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magarcia%2Fmcp-server-giphy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36944064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-27T02:00:07.166Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["giphy","giphy-api","mcp-server","model-context-protocol"],"created_at":"2025-03-22T22:19:25.687Z","updated_at":"2026-08-27T15:58:02.114Z","avatar_url":"https://github.com/magarcia.png","language":"TypeScript","funding_links":[],"categories":["Media Processing","Media Processing MCP Servers","Table of Contents","Other Tools and Integrations","📚 Projects (1974 total)","MCP 服务器精选列表","Legend","پیاده‌سازی‌های سرور","Digital Marketing","MCP Servers","🌐 Web Development","🛠️ Other Tools And Integrations (97 servers)","Server Implementations"],"sub_categories":["Image Processing","AI Services","How to Submit","MCP Servers","🛠️ 其他实用工具与集成","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eOther Tools and Integrations","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eسایر ابزارها و یکپارچه‌سازی‌ها","🛠️ Other Tools and Integrations"],"readme":"# MCP Server Giphy\n\n[![CI](https://github.com/magarcia/mcp-server-giphy/actions/workflows/ci.yml/badge.svg)](https://github.com/magarcia/mcp-server-giphy/actions/workflows/ci.yml)\n[![npm version](https://img.shields.io/npm/v/mcp-server-giphy.svg)](https://www.npmjs.com/package/mcp-server-giphy)\n[![npm downloads](https://img.shields.io/npm/dm/mcp-server-giphy.svg)](https://www.npmjs.com/package/mcp-server-giphy)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nMCP Server for the Giphy API, enabling AI models to search, retrieve, and utilize GIFs from Giphy.\n\n### Features\n\n- **Content Filtering**: Filter results by rating (G, PG, PG-13, R) to ensure appropriate content\n- **Optimized Response Format**: Response data optimized for AI model consumption\n- **Multiple Search Methods**: Support for query-based, random, and trending GIF retrieval\n- **Comprehensive Metadata**: Each GIF comes with full metadata including dimensions, formats, and attribution\n- **Pagination Support**: Control result size and pagination for efficient API use\n\n## Tools\n\n1. `search_gifs`\n\n   - Search for GIFs on Giphy with a query string\n   - Inputs:\n     - `query` (string): Search query term or phrase\n     - `limit` (optional number): Maximum number of objects to return (default: 10, max: 50)\n     - `offset` (optional number): Results offset (default: 0)\n     - `rating` (optional string): Content rating (g, pg, pg-13, r)\n     - `lang` (optional string): Language code (default: en)\n   - Returns: Array of GIF objects with metadata\n\n2. `get_random_gif`\n\n   - Get a random GIF from Giphy, optionally filtered by tag\n   - Inputs:\n     - `tag` (optional string): Tag to limit random results\n     - `rating` (optional string): Content rating (g, pg, pg-13, r)\n   - Returns: Random GIF object with metadata\n\n3. `get_trending_gifs`\n   - Get currently trending GIFs on Giphy\n   - Inputs:\n     - `limit` (optional number): Maximum number of objects to return (default: 10, max: 50)\n     - `offset` (optional number): Results offset (default: 0)\n     - `rating` (optional string): Content rating (g, pg, pg-13, r)\n   - Returns: Array of trending GIF objects with metadata\n\n## Response Format\n\nEach GIF in the response includes:\n\n- `id`: Unique Giphy identifier\n- `title`: GIF title\n- `url`: URL to the GIF on Giphy website\n- `images`: Object containing various image formats, each with:\n  - `url`: Direct URL to the image file\n  - `width`: Image width\n  - `height`: Image height\n- Additional metadata when available\n\n## Setup\n\n### Giphy API Key\n\n[Create a Giphy API Key](https://developers.giphy.com/dashboard/?create=true):\n\n- Sign up for a Giphy Developer account\n- Create an app to get an API key\n- Choose between the free tier or paid options based on your needs\n\n### Environment Configuration\n\nCreate a `.env` file with your API key:\n\n```\nGIPHY_API_KEY=your_api_key_here\n```\n\n### Usage with Claude Desktop\n\nTo use this with Claude Desktop, add the following to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"giphy\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-giphy\"],\n      \"env\": {\n        \"GIPHY_API_KEY\": \"\u003cYOUR_API_KEY\u003e\"\n      }\n    }\n  }\n}\n```\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Build the project\nnpm run build\n\n# Start the server\nnpm start\n\n# Run in development mode with hot reloading\nnpm run dev\n\n# Run tests\nnpm test\n\n# Use with MCP Inspector\nnpm run inspector\n```\n\n## License\n\nThis 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagarcia%2Fmcp-server-giphy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagarcia%2Fmcp-server-giphy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagarcia%2Fmcp-server-giphy/lists"}