Skip to content

Commit 106c635

Browse files
authored
Merge pull request #34 from cloudflare/maximo/update-readme-to-point-towards-local-npm-package
Update README.md to point towards local npm package
2 parents 628d00d + 62cd5f9 commit 106c635

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# Cloudflare MCP Server Monorepo
1+
# Cloudflare MCP Server
22

33
Model Context Protocol (MCP) is a [new, standardized protocol](https://modelcontextprotocol.io/introduction) for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for [Cloudflare's API](https://api.cloudflare.com).
44

55
This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things on your Cloudflare account, e.g.:
66

7-
* `Please deploy me a new Worker with an example durable object.`
8-
* `Can you tell me about the data in my D1 database named '...'?`
9-
* `Can you copy all the entries from my KV namespace '...' into my R2 bucket '...'?`
7+
* `List all the Cloudflare workers on my <some-email>@gmail.com account.`
8+
* `Can you tell me about any potential issues on this particular worker '...'?`
109

1110
## Access the remote MCP server from Claude Desktop
1211

@@ -28,6 +27,12 @@ Replace the content with the following configuration. Once you restart Claude De
2827
}
2928
```
3029

30+
## Need access to more Cloudflare tools?
31+
32+
We're gradually moving over functionality to this remote MCP server repo. In the meantime please take a look at the local only mcp-server-cloudflare package which currently has more tools available.
33+
34+
Visit <https://www.npmjs.com/package/@cloudflare/mcp-server-cloudflare>
35+
3136
## Paid Features
3237

3338
Some features in this MCP server require a paid Cloudflare Workers plan:
@@ -84,10 +89,6 @@ To run tests in watch mode (useful during development):
8489
pnpm test:watch
8590
```
8691

87-
## Looking for the deprecated local only cloudflare-mcp-server?
88-
89-
Visit <https://www.npmjs.com/package/@cloudflare/mcp-server-cloudflare>
90-
9192
## Contributing
9293

9394
Contributions are welcome! Please feel free to submit a Pull Request.

0 commit comments

Comments
 (0)