You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,9 @@ This lets you use Claude Desktop, or any MCP Client, to use natural language to
18
18
19
19
## Setup
20
20
21
-
1. Make sure you are logged in to Cloudflare via Wrangler:
22
-
```bash
23
-
npx wrangler login
24
-
```
25
-
This authentication is required for the MCP server to access your Cloudflare resources when testing locally.
21
+
1. Run `npx @cloudflare/mcp-server-cloudflare init`
26
22
27
-
2. Run `npx @cloudflare/mcp-server-cloudflare init`
23
+
> **Note:** The MCP server will automatically run `npx wrangler login` if you're not already authenticated with Cloudflare. You'll be prompted to complete the authentication process in your browser if needed.
This will link Claude Desktop against your locally-installed version for you to test.
177
+
This will link Claude Desktop against your locally-installed version for you to test. If you're not already authenticated with Wrangler, the server will automatically prompt you to complete the authentication process in your browser.
0 commit comments