Building a Remote MCP Server on Cloudflare (Without Auth)

Created By
Remoder7 months ago
Overview

What is the Remote MCP Server?

The Remote MCP Server is a cloud-based server that allows users to deploy a remote MCP server on Cloudflare without requiring authentication.

How to use the Remote MCP Server?

To use the Remote MCP Server, you can deploy it directly to Cloudflare Workers using the provided deployment button or via command line. You can also connect to it from the Cloudflare AI Playground or local MCP clients like Claude Desktop.

Key features of the Remote MCP Server?

  • Deploys a remote MCP server without authentication on Cloudflare Workers.
  • Customizable tools can be added to the MCP server.
  • Connects seamlessly with Cloudflare AI Playground and local MCP clients.

Use cases of the Remote MCP Server?

  1. Deploying a server for remote tool access without authentication.
  2. Integrating with Cloudflare AI Playground for enhanced AI functionalities.
  3. Connecting local clients like Claude Desktop to utilize remote tools.

FAQ from the Remote MCP Server?

  • Can I customize the tools on my MCP server?

Yes! You can define and customize tools in the init() method of your server code.

  • Is authentication required for using the Remote MCP Server?

No, this server is designed to operate without authentication.

  • How do I connect my local client to the MCP server?

You can use the mcp-remote proxy and follow the configuration steps provided in the documentation.

Project Info
Created At
7 months ago
Updated At
7 months ago
Author Name
Remoder
Star
0
Language
TypeScript
License
-

Recommend Servers

View All
Bb

16 days ago
Sukudu
@arqady01

13 days ago
Etsy Seo Assistant
@semihbugrasezer

# Etsy SEO Generator AI-powered Etsy product listing generator for Claude Desktop Generate perfect SEO titles, descriptions, and tags in seconds --- ## What is this? A Claude Desktop integration that generates complete, SEO-optimized Etsy product listings instantly. Perfect for Etsy sellers who want to: - Save 3+ hours per product listing - Rank higher in Etsy search results - Write compelling product descriptions - Never run out of creative tag ideas ## Quick Start ### A) CLI-only 1) Install and launch ``` npm install -g seerxo seerxo ``` 2) Sign in (recommended) ``` seerxo-mcp login ``` Sign in with Google in your browser and approve; the CLI saves your API key automatically (no manual envs needed). 3) Manual setup (optional) ``` seerxo-mcp configure --email your-email@example.com --api-key your-api-key ``` Use this if you already have an API key and just want to write it locally. ### Sample CLI session ``` SEERXO SEERXO • Etsy SEO Agent • v1.2.53 Describe your Etsy product → get title, description & tags. Interactive mode (help for all commands) • Type a short description of your product • Add a category with "|" (pipe) if you want Boho bedroom wall art set | Wall Art Tip Minimalist nursery wall art in black & white line art. Set of 3 abstract line art prints | Wall Art Quick commands help Show commands status Show config & key state login Open approval link to sign in configure Set email & API key generate Guided prompt (product/category) quit Exit interactive mode [seerxo] › login Requesting SEERXO CLI login... Open this link in your browser to approve CLI login: https://api.seerxo.com/auth/google?redirect=... Waiting for approval... Login approved. Credentials saved locally. You can now run "seerxo-mcp" in Claude Desktop. [seerxo] › generate Product: boho wall art Category (optional): Wall Art Title: Boho Wall Art Set of 3 | Minimalist Line Art Prints Description: ... Tags: boho wall art, line art prints, minimalist decor, ... [seerxo] › ``` ### B) Claude Desktop + MCP 1) Install CLI (same as above) and sign in with `seerxo-mcp login`. 2) Add this to your Claude Desktop config: **macOS:** ~/Library/Application Support/Claude/claude_desktop_config.json **Windows:** %APPDATA%/Claude/claude_desktop_config.json ``` { "mcpServers": { "seerxo": { "command": "seerxo-mcp", "env": { "SEERXO_EMAIL": "your-email@example.com", "SEERXO_API_KEY": "your-api-key" } } } } ``` Note: SEERXO_EMAIL and SEERXO_API_KEY are written to ~/.seerxo-mcp/config.json after CLI login; you can copy from there if you prefer. 3) Restart Claude Desktop Close and reopen Claude Desktop completely. 4) Start Using That's it! Just ask Claude: ``` Generate an Etsy listing for my handmade ceramic coffee mug ``` **Free Tier:** 5 generations per month **Premium:** Unlimited generations - Upgrade at seerxo.com Note: The previous package `seerxo-mcp` is deprecated. Use `npm install -g seerxo`. --- ## Examples ### Simple Request ``` Create Etsy SEO for "vintage leather journal" ``` ### With Category ``` Generate an Etsy listing for handmade candles in the Home & Living category ``` ### With Details ``` I'm selling boho macrame wall hangings. Create an optimized Etsy listing with title, description, and tags. ``` --- ## What You Get Each generation includes: ### SEO Title - Under 140 characters (Etsy requirement) - Primary keywords included - Compelling and click-worthy ### Product Description - Engaging opening hook - Key features and benefits - Usage scenarios - Call-to-action ### 13 Optimized Tags - Mix of broad and specific keywords - Etsy search-optimized - Trending search terms included ### Price Suggestion - Based on similar Etsy products - Market competitive range --- ## Web Interface Prefer not to use Claude Desktop? Try our web interface: **seerxo.com** - Live demo - Instant results - No installation needed --- ## Sample Output **Input:** "Handmade ceramic coffee mug" **Output:** ``` TITLE Handmade Ceramic Coffee Mug | Artisan Pottery | Unique Kitchen Gift | Microwave Safe DESCRIPTION Elevate your morning coffee ritual with this beautifully handcrafted ceramic mug. Each piece is lovingly made by skilled artisans, ensuring no two mugs are exactly alike. The perfect addition to your kitchen collection or a thoughtful gift for coffee lovers. Featuring a comfortable ergonomic handle and smooth glazed finish. Features: • Handmade with premium ceramic • Microwave and dishwasher safe • 12oz capacity • Unique one-of-a-kind design Perfect for daily use or special occasions. Makes an excellent housewarming or birthday gift. TAGS handmade mug, ceramic coffee cup, pottery mug, artisan mug, unique gift, coffee lover gift, handcrafted, kitchen decor, tea cup, housewarming gift, birthday present, ceramic pottery, handmade gift SUGGESTED PRICE $28-$45 ``` --- ## Support - GitHub Issues - support@seerxo.com - seerxo.com --- ## License MIT License - see LICENSE file for details. --- **Built for Etsy sellers by Seerxo**

15 days ago
Test1
@chatmcp

6 days ago
Tavily Mcp
@tavily-ai

JavaScript
8 months ago