Facilitates Model Context Protocol (MCP) interactions with Firebase, supporting both local Node.js and Cloudflare Workers environments.
This tool provides a Model Context Protocol (MCP) server implementation specifically designed for Firebase. It operates in two modes: a local Node.js mode leveraging the Firebase Admin SDK, and a Cloudflare Workers mode utilizing the Firebase REST API. It allows for streamlined interaction with Firestore databases, enabling document operations like reading, writing, updating, and deleting, as well as listing collections and subcollections with filtering capabilities.