Lightweight MCP server to give your Cursor Agent access to the Cloudflare API.
Overview
What is cloudflare-api-mcp?
cloudflare-api-mcp is a lightweight Model Control Protocol (MCP) server that allows agents, such as Cursor, to interface with the Cloudflare REST API.
How to use cloudflare-api-mcp?
To use cloudflare-api-mcp, clone the repository, deploy it to your Cloudflare account, and configure it with your Cloudflare API key and email.
Key features of cloudflare-api-mcp?
- Lightweight MCP server for Cloudflare API access
- Easy installation and deployment process
- Ability to create new MCP tools by adding methods to the server
Use cases of cloudflare-api-mcp?
- Automating DNS record management through Cloudflare.
- Integrating Cloudflare API functionalities into custom applications.
- Enhancing Cursor's capabilities with Cloudflare API tools.
FAQ from cloudflare-api-mcp?
- Is cloudflare-api-mcp free to use?
Yes! It is open-source and free to use.
- Can I add my own tools to the MCP server?
Yes! You can create new MCP tools by adding methods to the MyWorker class in the source code.
- What programming language is used in cloudflare-api-mcp?
The project is developed in TypeScript.