activity-mcp
This guide provides instructions for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication.
The guide outlines the process of deploying a remote MCP server on Cloudflare Workers, which does not require authentication. It provides a step-by-step approach to setting up the server using Cloudflare's deployment tools and customizing it with additional tools. The server can be connected to various platforms, such as the Cloudflare AI Playground and Claude Desktop, allowing users to leverage MCP tools in different environments. The guide also includes instructions for connecting to the server using the mcp-remote proxy, facilitating integration with local MCP clients.
Features
- Deploy MCP server on Cloudflare Workers without authentication
- Customize MCP server with additional tools
- Connect to Cloudflare AI Playground
- Integrate with Claude Desktop using mcp-remote proxy
Usage with Different Platforms
cloudflare_workers
bash
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless
claude_desktop
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse
]
}
}
}
Related MCP Servers
View all cloud_platforms servers →Figma-Context-MCP
by GLips
Framelink Figma MCP Server allows AI-powered coding tools to access Figma design data, enhancing design implementation accuracy.
edgeone-pages-mcp
by TencentEdgeOne
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.
HubSpot
by PipedreamHQ
Pipedream MCP Server is a reference implementation that allows you to run your own MCP server for over 2,500 apps and APIs, powered by Pipedream Connect.
mcp-atlassian
by sooperset
Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Confluence & Jira Cloud and Server/Data Center deployments.
Nx MCP Server
by nrwl
A Model Context Protocol server implementation for Nx, providing LLMs with deep access to monorepo structures.
mcp-grafana
by grafana
A Model Context Protocol (MCP) server for Grafana providing access to your Grafana instance and its ecosystem.