Giphy MCP ServerServer

kumaranvpl
GitHub
GiphyMCPAPI Integration

Loading subscription status...

💡 Description

An automatically generated Multi-Agent Conversation Protocol Server that enables interaction with the Giphy API, supporting various transport modes and configurable via environment variables.

📝 JSON Entries

{
  "mcpServers": [
    {
      "giphy_mcp_server": {
        "env": {
          "SECURITY": "API_KEY",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "stdio"
        ],
        "command": "python mcp_server/main.py"
      }
    }
  ]
}

🛠️ Tools

ruffpytest

Features

  • Python environment
  • Transport mode support
  • Environment variable configuration