awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Best Cloudflare MCP Servers

Ranking updated Jul 13, 2026

For a Cloudflare MCP server for AI agents, the first results are jlowin/fastmcp (This is a framework for building Model Context Protocol servers, providing the necessary infrastructure to implement custom integrations like those for Cloudflare, though it is a development tool rather than a pre-built Cloudflare-specific server), cloudflare/mcp-server-cloudflare (This is an official Model Context Protocol server that provides direct integration with Cloudflare’s infrastructure, including Workers, AI inference, and storage services, making it a comprehensive solution for your requirements) and cloudflare/agents (This framework provides a runtime for building AI agents on Cloudflare infrastructure and explicitly implements the Model Context Protocol for tool and data exchange, making it a direct tool for your integration needs). prefecthq/fastmcp and mastra-ai/mastra round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “best cloudflare mcp servers”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Best Cloudflare MCP Servers

Find the best repos with AI.We'll search the best matching repositories with AI.
  • jlowin/fastmcpjlowin avatar

    jlowin/fastmcp

    25,670View on GitHub↗

    fastmcp is a Python library and framework for building servers and clients that implement the Model Context Protocol. It serves as a tool integration library designed to connect large language models to external tools and data sources. The framework features an interactive tool user interface renderer, which allows for the display of visual interfaces for tools directly within a conversational flow. It also provides a library for automatically generating schemas and validation for tools used by language models. The project covers server and client development, including tool and resource exp

    This is a framework for building Model Context Protocol servers, providing the necessary infrastructure to implement custom integrations like those for Cloudflare, though it is a development tool rather than a pre-built Cloudflare-specific server.

    PythonModel Context Protocol ImplementationsModel Context Protocol ServersPrompt Templates
    View on GitHub↗25,670
  • cloudflare/mcp-server-cloudflarecloudflare avatar

    cloudflare/mcp-server-cloudflare

    3,432View on GitHub↗

    This is a Model Context Protocol (MCP) server that exposes Cloudflare’s edge platform as a set of tools for AI assistants. It provides a unified interface for managing Cloudflare Workers, including deployment, versioning, and configuration, alongside access to Workers AI for running inference tasks using pre-trained models. The server also covers Cloudflare’s data storage services, including D1 serverless SQLite databases, KV globally distributed key-value stores, and R2 S3-compatible object storage. Beyond core resource management, the server enables automation and scheduling through cron tr

    This is an official Model Context Protocol server that provides direct integration with Cloudflare’s infrastructure, including Workers, AI inference, and storage services, making it a comprehensive solution for your requirements.

    TypeScriptCloudflare R2 Clients
    View on GitHub↗3,432
  • cloudflare/agentscloudflare avatar

    cloudflare/agents

    3,466View on GitHub↗

    This is an open-source framework for building stateful, durable AI agents that run on Cloudflare Workers. It provides a runtime for long-lived agents that maintain a persistent identity, local SQL storage, and real-time connections, utilizing a lifecycle where agents hibernate when idle and wake on demand. The project distinguishes itself through its multi-channel orchestration, allowing a single agent to be deployed across voice, email, and chat interfaces with unified state. It implements the Model Context Protocol for standardized tool and data exchange and includes a dedicated framework f

    This framework provides a runtime for building AI agents on Cloudflare infrastructure and explicitly implements the Model Context Protocol for tool and data exchange, making it a direct tool for your integration needs.

    TypeScriptModel Context ProtocolModel Context Protocol Implementations
    View on GitHub↗3,466
  • prefecthq/fastmcpPrefectHQ avatar

    PrefectHQ/fastmcp

    22,994View on GitHub↗

    FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone

    FastMCP is a framework for building Model Context Protocol servers, providing the necessary infrastructure to create custom integrations for Cloudflare services even though it does not include pre-built Cloudflare connectors out of the box.

    PythonModel Context Protocol Servers
    View on GitHub↗22,994
  • mastra-ai/mastramastra-ai avatar

    mastra-ai/mastra

    21,221View on GitHub↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Mastra is an AI agent orchestration framework that natively implements the Model Context Protocol, allowing you to build custom MCP servers that can integrate with Cloudflare services via its tool and workflow execution capabilities.

    TypeScriptPrompt Templates
    View on GitHub↗21,221
  • mark3labs/mcp-gomark3labs avatar

    mark3labs/mcp-go

    8,806View on GitHub↗

    mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers that connect large language model applications to external tools and data sources. It serves as a developer kit for implementing bidirectional communication and structured data exchange between AI clients and servers. The framework enables the creation of executable tools with structured output schemas, reusable prompt templates, and data resource exposure via URI templates. It supports multiple transport layers, including stdio, HTTP, and Server-Sent Events, using a transport

    This repository is a Go SDK for building MCP servers rather than a pre-built server implementation that integrates with Cloudflare infrastructure.

    GoModel Context ProtocolModel Context Protocol ImplementationsModel Context Protocol Servers
    View on GitHub↗8,806
  • modelcontextprotocol/go-sdkmodelcontextprotocol avatar

    modelcontextprotocol/go-sdk

    4,716View on GitHub↗

    This is a software development kit and framework for implementing the Model Context Protocol in Go. It provides a standardized system for building servers and clients that exchange external resources, proprietary data, and executable tools to provide context for large language models. The SDK includes a JSON-RPC communication library and an integration framework to expose local data, prompt templates, and typed functions to AI models. It enables the development of both protocol servers that provide external context and clients that consume these remote tools and resources. The project covers

    This repository is a software development kit for building MCP servers rather than a pre-built MCP server that provides specific integrations with Cloudflare infrastructure.

    GoModel Context Protocol ImplementationsModel Context Protocol ServersPrompt Templates
    View on GitHub↗4,716
  • modelcontextprotocol/csharp-sdkmodelcontextprotocol avatar

    modelcontextprotocol/csharp-sdk

    3,912View on GitHub↗

    The Model Context Protocol C# SDK is a library for building clients and servers that implement the Model Context Protocol to integrate AI tools and resources. It provides an AI tool integration framework and a multi-modal content handler to exchange text, images, and binary resources between AI models and external context providers. The SDK utilizes a JSON-RPC communication library to manage bidirectional data exchange. It features a transport-agnostic communication layer that supports standard input and output, HTTP, and in-memory pipes, with specific integration for ASP.NET Core hosting. T

    This repository is a software development kit for building MCP servers rather than a pre-built MCP server that provides integration with Cloudflare services.

    C#Model Context Protocol ImplementationsModel Context Protocol ServersPrompt Templates
    View on GitHub↗3,912
  • menloresearch/janmenloresearch avatar

    menloresearch/jan

    43,052View on GitHub↗

    Jan is a local language model desktop application and AI assistant orchestrator. It provides a unified interface for interacting with both resident models and remote cloud AI providers. The project functions as a host for the Model Context Protocol, connecting AI models to external tools and data sources. It also operates as an OpenAI compatible API server, exposing local models through a standardized server endpoint for other applications to query. The system supports the creation of specialized AI personas with custom instructions and allows for the management of hybrid model environments,

    Jan is an AI desktop application and model orchestrator that acts as an MCP client or host, rather than a specialized MCP server designed to provide AI agents with access to Cloudflare infrastructure.

    TypeScriptModel Context ProtocolModel Context Protocol Implementations
    View on GitHub↗43,052
  • exa-labs/exa-mcp-serverexa-labs avatar

    exa-labs/exa-mcp-server

    3,820View on GitHub↗

    This project is a Model Context Protocol server that provides large language models with neural web search and webpage content extraction capabilities. It implements a standardized interface to expose research tools and resources to compatible clients. The server integrates a neural search engine to retrieve real-time internet data using semantic embeddings rather than keyword matching. It includes specialized utilities for company intelligence and reasoning-based deep research, enabling the collection and synthesis of organizational data and professional profiles. The system covers a broad

    This is a Model Context Protocol server for web search and content extraction, but it lacks the specific Cloudflare infrastructure integration required to manage or interact with Cloudflare services.

    TypeScriptModel Context Protocol ImplementationsMCP Servers
    View on GitHub↗3,820
  • the-pocket/pocketflow-tutorial-codebase-knowledgeThe-Pocket avatar

    The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge

    12,396View on GitHub↗

    This project is a comprehensive suite of AI tools and frameworks, featuring an LLM multi-agent orchestrator, an autonomous agent runtime, and a stateful application framework. It provides the infrastructure to build and manage specialized AI agents capable of coordinating complex tasks through graph-based workflows and shared state. The system is distinguished by its implementation of the Model Context Protocol, allowing for standardized resource discovery and communication between AI clients and servers. It further includes an AI-powered documentation generator designed to analyze source cod

    This repository is an AI agent orchestration framework that implements the Model Context Protocol, but it lacks the specific Cloudflare infrastructure integration required to function as a Cloudflare-focused MCP server.

    PythonModel Context ProtocolModel Context Protocol ImplementationsModel Context Protocol Servers
    View on GitHub↗12,396
  • transitive-bullshit/chatgpt-apitransitive-bullshit avatar

    transitive-bullshit/chatgpt-api

    18,117View on GitHub↗

    This project is a tool for integrating existing HTTP APIs with AI agents by translating standard web endpoints into the Model Context Protocol. It provides a framework for constructing and managing libraries of functions that allow large language models to execute tasks and retrieve data. The system functions as an AI gateway that manages tool hosting, authentication, and routing. It includes capabilities for monetizing tool access through usage-based billing and payment processor integration, as well as the ability to publish service definitions to a gateway for commercial productization. T

    This project is a general-purpose framework for wrapping HTTP APIs into the Model Context Protocol, but it lacks specific, pre-built integrations for Cloudflare infrastructure.

    TypeScriptModel Context ProtocolMCP Servers
    View on GitHub↗18,117
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
jlowin/fastmcp25.7KPythonApache-2.0Jun 6, 2026
cloudflare/mcp-server-cloudflare3.4KTypeScriptapache-2.0Feb 19, 2026
cloudflare/agents3.5KTypeScriptmitFeb 21, 2026
prefecthq/fastmcp23KPythonapache-2.0Feb 19, 2026
mastra-ai/mastra21.2KTypeScriptotherFeb 20, 2026
mark3labs/mcp-go8.8KGoMITJun 16, 2026
modelcontextprotocol/go-sdk4.7KGoNOASSERTIONJun 23, 2026
modelcontextprotocol/csharp-sdk3.9KC#otherFeb 20, 2026
menloresearch/jan43.1KTypeScriptNOASSERTIONJun 16, 2026
exa-labs/exa-mcp-server3.8KTypeScriptmitFeb 17, 2026

Related searches

  • a kubernetes mcp server for ai agents
  • a MongoDB MCP server for AI agents
  • an AWS MCP server for Claude Desktop
  • an MCP server for connecting AI tools
  • an MCP server for browser automation tasks
  • a Playwright MCP server for browser automation
  • a browser automation server for MCP
  • an MCP server for managing Terraform infrastructure