# Cloudflare Mcp

> Build an MCP server and deploy it to cloudflare workers

- **Type:** MCP server
- **Install:** `agentstack add mcp-shashankboosi-cloudflare-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [shashankboosi](https://agentstack.voostack.com/s/shashankboosi)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [shashankboosi](https://github.com/shashankboosi)
- **Source:** https://github.com/shashankboosi/cloudflare-mcp

## Install

```sh
agentstack add mcp-shashankboosi-cloudflare-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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
   ```

2. Navigate to the project directory

   ```bash
   cd my-mcp-server
   ```

3. 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:

```bash
npx @modelcontextprotocol/inspector
```

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

You can also use [cloudflare playground](https://playground.ai.cloudflare.com/) 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

```bash
   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](https://github.com/rickyrobinett) 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.

- **Author:** [shashankboosi](https://github.com/shashankboosi)
- **Source:** [shashankboosi/cloudflare-mcp](https://github.com/shashankboosi/cloudflare-mcp)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-shashankboosi-cloudflare-mcp
- Seller: https://agentstack.voostack.com/s/shashankboosi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
