Skip to main content
Glama

Firebase MCP Server

by gemini-dk

Firebase MCP 서버

개요

이는 인증, Firestore, 저장소를 포함한 다양한 Firebase 서비스와 상호 작용하기 위한 통합 인터페이스를 제공하는 Firebase MCP(Model Context Protocol) 서버입니다.

설정

  1. 프로젝트를 복제하고 빌드합니다.지엑스피1
  2. Firebase 서비스 계정 키 가져오기:
    • Firebase 콘솔 > 프로젝트 설정 > 서비스 계정으로 이동하세요.
    • "새로운 개인 키 생성"을 클릭하세요
    • JSON 파일을 프로젝트 디렉토리에 저장하세요
  3. mcp_settings.json 구성합니다:
    { "firebase-mcp": { "command": "node", "args": [ "/path/to/mcp-server-firebase/dist/index.js" ], "env": { "SERVICE_ACCOUNT_KEY_PATH": "/path/to/serviceAccountKey.json" } } }
    /path/to/mcp-server-firebase 저장소를 복제한 실제 경로로 바꾸세요. /path/to/serviceAccountKey.json 서비스 계정 키 파일 경로로 바꾸세요.

사용 가능한 API

입증

  • ID 또는 이메일로 사용자 가져오기

파이어스토어

  • 문서 추가/업데이트/삭제
  • 컬렉션/문서 목록

저장

  • 디렉토리의 파일 나열
  • 파일 메타데이터 및 다운로드 URL 가져오기

특허

  • MIT 라이센스

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

인증, Firestore, 저장소를 포함한 Firebase 서비스와 상호 작용하기 위한 통합 인터페이스를 제공하는 서버입니다.

  1. 개요
    1. 설정
      1. 사용 가능한 API
        1. 입증
        2. 파이어스토어
        3. 저장
      2. 특허

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          The Firebase MCP server provides a standardized interface to interact with Firebase services, including Firebase Authentication, Firestore, and Firebase Storage.
          Last updated -
          9
          311
          161
          TypeScript
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that allows creation and management of multiple Fireproof JSON databases with CRUD operations, querying capabilities, and cloud synchronization for sharing databases with others.
          Last updated -
          9
          2
          JavaScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          Integration server that enables interaction with Google services including Gmail and Calendar, allowing users to manage emails, draft responses, and schedule events across multiple Google accounts.
          Last updated -
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables large language models like Claude to perform comprehensive interactions with Firebase Firestore databases, supporting full CRUD operations, complex queries, and advanced features like transactions and TTL management.
          Last updated -
          48
          2
          JavaScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/gemini-dk/mcp-server-firebase'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server