firestore-mcp
Verified Safeby yudai-uk
Overview
Enables AI assistants to interact directly with Firebase Firestore databases for full CRUD operations, collection management, and querying.
Installation
node dist/index.jsEnvironment Variables
- FIREBASE_PROJECT_ID
- FIREBASE_CLIENT_EMAIL
- FIREBASE_PRIVATE_KEY
Security Notes
The server loads Firebase Admin SDK credentials from environment variables, which is a good practice. No 'eval' or obvious obfuscation detected. Communication occurs over standard I/O (stdio), reducing external network attack surface. Critical security relies on properly securing the Firebase service account with minimal necessary permissions. The codebase itself includes strong recommendations for credential management and security best practices in its README and SECURITY.md.
Similar Servers
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
mcp-server-couchbase
An MCP server enabling LLMs to interact directly with Couchbase clusters for data operations, schema retrieval, and query performance analysis.
metabase-mcp-server
Enables AI assistants to interact with and manage Metabase's analytics platform by providing comprehensive API access through a Model Context Protocol server.
typedb-mcp
Enables AI assistants to interact with TypeDB databases using natural language to execute TypeQL queries and manage database resources.