cloudflare-api-mcp is a lightweight Model Control Protocol (MCP) server. It enables agents, like Cursor, to interact with the Cloudflare REST API.
To use it, clone its repository and deploy it to your Cloudflare account. You must then configure it with your Cloudflare API key and email address.
Its key features include being a lightweight server for Cloudflare API access and having a straightforward installation process. You can also extend it by creating new MCP tools, which is done by adding methods to the MyWorker class in the server.
Common use cases are automating Cloudflare DNS record management and integrating Cloudflare API functions into custom applications. It also enhances agents like Cursor with dedicated Cloudflare tools.
It is free and open-source to use. The project is developed in TypeScript, and users are able to add their own custom tools to the server.