OlympHill
firebase-mcp logo

firebase-mcp此工具可直接将 AI 助手连接到 Firebase,您可以让它们管理数据库记录、上传文件并检查用户账户。设置仅需向 AI 添加简短配置。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Firebase MCP 使 AI 助手能够直接与 Firebase 服务(包括 Firestore、Storage 和 Authentication)协同工作。用户只需在 AI 助手中添加简短配置,即可管理数据库记录、上传文件以及检查用户账户。该工具支持多种 AI 客户端,如 Claude Desktop、Augment Code、VS Code 和 Cursor。已知在客户端日志中,firestore_list_collections 工具会返回 Zod 验证错误,但不影响功能。设置过程包括安装 MCP 服务器、配置环境变量并与 AI 客户端集成。前置条件是拥有包含服务账号凭证的 Firebase 项目以及 Node.js 环境。

主要功能

  • Firestore 文档数据库操作
  • Storage 文件管理
  • Authentication 用户管理
  • 与 AI 客户端集成

价格

模型
Free
评分
暂无评价

使用场景

数据库管理

使用 Firebase MCP 让 AI 助手在 Firestore 中管理数据库记录。

文件上传

使用 Firebase MCP 让 AI 助手将文件上传至 Firebase Storage。

优点 & 缺点

优点

  • 使 AI 助手能够与 Firebase 服务交互
  • 支持多种 AI 客户端
  • 通过配置文件即可轻松设置

缺点

  • firestore_list_collections 工具存在已知问题
  • 需要 Firebase 服务账号凭证
  • 需要设置环境变量

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What prerequisites are needed before installing Firebase MCP?

You need a Firebase project with a service account key file, a Node.js environment, and for most clients, add the MCP configuration to the client’s settings file before running the server.

Asked by Anya Sokolova · Sep 3, 2025

Is there any issue I should be aware of when using firestore_list_collections?

The firestore_list_collections tool may log a Zod validation error in client logs, but this is a benign, log‑level error; the query still returns correct collection data.

Asked by Vikram Rao · Aug 19, 2025

Which Firebase services can the AI assistant control?

The tool lets the assistant manage Firestore documents, upload and handle files in Firebase Storage, and perform authentication tasks such as checking user accounts and managing users.

Asked by Valentina Marino · Jun 26, 2025

How do I set up Firebase MCP with my AI client?

Install the MCP server (via npx or locally), add the server configuration to the AI client’s config file (e.g., Claude Desktop’s claude_desktop_config.json or VS Code’s settings.json), and set environment variables SERVICE_ACCOUNT_KEY_PATH and FIREBASE_STORAGE_BUCKET pointing to your Firebase service account JSON and storage bucket.

Asked by Lorenzo Bianchi · Jun 7, 2025

提问

服务配缩器 的替代品