AgentStack
MCP verified MIT Self-run

Cloudflare Mcp

mcp-shashankboosi-cloudflare-mcp · by shashankboosi

Build an MCP server and deploy it to cloudflare workers

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add mcp-shashankboosi-cloudflare-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Cloudflare Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cloudflare MCP

This repository contains the code to create an MCP server and deploy it on Cloudflare workers

Pre-requisites

Before starting this workshop, please ensure you have the following installed:

  • Node.js (version 18 or later) - Download
  • Wrangler CLI - Install with npm install -g wrangler
  • A Cloudflare account for deployments

Getting started

  1. Create a new MCP Server using the Cloudflare template

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

  1. Navigate to the project directory

``bash cd my-mcp-server ``

  1. Run this MCP Server locally

You can start your MCP Server by running the following command:

``bash npm start ``

Testing

Test your MCP Server using MCP inspector To test your MCP Server, you can use the MCP inspector:

npx @modelcontextprotocol/inspector

You will see the inspector with all the tools as seen below

You can also use cloudflare playground which is a platform provided by cloudflare to connect an MCP server

Deploying

You can deploy this server to cloudflare workers with a single command, the first time you might be needed to establish a connection to workers via wrangler but it is straight forward

   npm run deploy

This will deploy your MCP server to a Cloudflare Workers URL like: https://my-mcp-server..workers.dev/sse

Credits

Thanks to Ricky Robinett from Cloudflare for connecting these amazing technolgies to showcase, how easy it is to deploy our own

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.