MCP ServersMCP.so
cloudflare-api-mcp

cloudflare-api-mcp

Visit Server
created by
cloudflare-api-mcpamxv15 days ago
Lightweight MCP server to give your Cursor Agent access to the Cloudflare API
Information

What is cloudflare-api-mcp?

cloudflare-api-mcp is a lightweight Model Control Protocol (MCP) server that allows your Cursor Agent to access the Cloudflare API, enabling seamless interaction with Cloudflare services.

How to use cloudflare-api-mcp?

To use cloudflare-api-mcp, run the automated setup script to clone the worker and deploy it to your Cloudflare account. After setting up, upload your Cloudflare API key and email to your worker secrets, and add it to Cursor using the MCP server command.

Key features of cloudflare-api-mcp?

  • Interfaces with the Cloudflare REST API.
  • Provides tools for managing DNS records, purging cache, and listing zones.
  • Easy setup and deployment using Cloudflare Workers.

Use cases of cloudflare-api-mcp?

  1. Managing DNS records for websites hosted on Cloudflare.
  2. Automating cache purging for dynamic content.
  3. Listing and managing multiple zones in Cloudflare.

FAQ from cloudflare-api-mcp?

  • Is cloudflare-api-mcp free to use?

Yes! cloudflare-api-mcp is free to use as it operates on Cloudflare Workers.

  • What programming language is used?

The project is developed in TypeScript.

  • How can I add new tools to the MCP server?

You can create new MCP tools by adding methods to the MyWorker class in the src/index.ts file.