# Cloudflare Docs

Search Cloudflare documentation across Workers, Pages, R2, Zero Trust, and more. Generate best-practice Workers code and accelerate troubleshooting with relevant guidance. Follow clear steps to migra…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add chuhuoyuan/cloudflare

# Browse available tools
npx -y @smithery/cli@latest tool list chuhuoyuan/cloudflare

# Get full schema for a tool
npx -y @smithery/cli@latest tool get chuhuoyuan/cloudflare search_cloudflare_documentation

# Call a tool
npx -y @smithery/cli@latest tool call chuhuoyuan/cloudflare search_cloudflare_documentation '{}'
```

## Direct MCP Connection

Endpoint: `https://cloudflare--chuhuoyuan.run.tools`

## Tools (2)

- `search_cloudflare_documentation` — Search the Cloudflare documentation.
- `migrate_pages_to_workers_guide` — ALWAYS read this guide before migrating Pages projects to Workers.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get chuhuoyuan/cloudflare <tool-name>
```

## Prompts (1)

- `workers-prompt-full` — Detailed prompt for generating Cloudflare Workers code (and other developer platform products) from https://developers.…
