mcp-firebase-server

davo20019/mcp-firebase-server

3.2

If you are the rightful owner of mcp-firebase-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MCP Firebase Server acts as a bridge between a Large Language Model (LLM) and Firebase Firestore, enabling seamless data operations through the Model Context Protocol.

Tools

Functions exposed to the LLM to take actions

mcp_firebase_query_firestore_collection

Retrieves documents from a specified Firestore collection.

mcp_firebase_add_document_to_firestore

Adds a new document with an auto-generated ID to the specified Firestore collection.

mcp_firebase_list_firestore_collections

Lists all top-level collections in the Firestore database.

mcp_firebase_get_firestore_document

Retrieves a specific document from a Firestore collection by its ID.

mcp_firebase_list_document_subcollections

Lists all subcollections of a specified document in Firestore.

mcp_firebase_update_firestore_document

Updates an existing document in a specified Firestore collection.

mcp_firebase_query_firestore_collection_with_filter

Retrieves documents from a specified Firestore collection, filtering by field values (equality '==' only).

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources