For a Cloudflare MCP server for AI agents, the strongest matches are jlowin/fastmcp (This is a framework for building Model Context Protocol), cloudflare/mcp-server-cloudflare (This is an official Model Context Protocol server that) and cloudflare/agents (This framework provides a runtime for building AI agents). prefecthq/fastmcp and mastra-ai/mastra round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
Curamos repositorios de código abierto en GitHub que coinciden con “best cloudflare mcp servers”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.
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.
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.
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.
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.
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.