Firebase Server
Createdsheep52031
Facilitates Model Context Protocol (MCP) interactions with Firebase, supporting both local Node.js and Cloudflare Workers environments.
About
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.
Key Features
- Provides local Node.js mode using Firebase Admin SDK
- Offers query support with filtering conditions
- Enables collection and subcollection listing
- 0 GitHub stars
- Supports Firestore database operations (CRUD)
- Offers Cloudflare Workers mode using Firebase REST API
Use Cases
- Managing Firestore data through an MCP interface
- Developing MCP-compatible applications that interact with Firebase databases
- Building serverless applications with Firebase on Cloudflare Workers