MCP Catalogs
Homeremote-mcp-server-authless-gif-search screenshot

remote-mcp-server-authless-gif-search

by elizabethsiegle·1·Score 28

A Cloudflare-based remote MCP server for authenticating GIF searches without requiring authentication.

ai-llmmediadeveloper-tools
0
Forks
0
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

This repository provides a complete implementation of a remote MCP server deployed on Cloudflare Workers that allows users to search for GIFs without requiring authentication. The server exposes GIF search functionality through the MCP protocol, making it accessible to MCP clients like Claude Desktop and the Cloudflare AI Playground. The implementation demonstrates how to create a simple MCP server that can be deployed to Cloudflare's serverless platform.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Integrating GIF search into AI assistants that support MCP protocol
you:Building custom MCP servers for media content retrieval
you:Creating authentication-free remote MCP services for demonstration purposes

When to choose this

Choose this if you need a simple, authentication-free MCP server prototype or want to learn how to deploy MCP on Cloudflare Workers.

When NOT to choose this

Don't choose this for production use as it lacks authentication, or if you need a more feature-rich GIF search solution.

Tools this server exposes

1 tool extracted from the README (low confidence)
  • search_gif

    Returns gifs based on input queries

Note: Tool name was inferred from the repository description and project purpose. No explicit tool documentation was provided in the README.

Comparable tools

gif-api-mcpgiphy-mcpmedia-mcpremote-mcp-server

Installation

Installation

Deploy to Cloudflare Workers

  1. Click the Deploy to Workers button:

[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless) This will deploy your MCP server to a URL like: remote-mcp-server-authless.<your-account>.workers.dev/sse

Alternatively, use the CLI

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

Connect to Claude Desktop

Add the following to Claude Desktop configuration:

{
  "mcpServers": {
    "gif-search": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://your-account.workers.dev/sse"
      ]
    }
  }
}

Compare remote-mcp-server-authless-gif-search with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.