remote-mcp-server-stock-market
0
This project provides instructions for deploying a remote Model Context Protocol (MCP) server without authentication using Cloudflare Workers. It facilitates connections and integrations with Cloudflare AI Playground and Claude Desktop to utilize MCP tools.
Building a Remote MCP Server on Cloudflare
- Deploy a remote MCP server without authentication using Cloudflare Workers.
- Options are available to deploy via Cloudflare's deployment button or using npm commands locally.
- Customize your MCP server by adding tools using the
init()
method insrc/index.ts
. - Connect to the server via Cloudflare AI Playground or local MCP clients like Claude Desktop.
- Use the
mcp-remote
proxy package to connect clients to the MCP server.