FireConfigMCP

Integrations

  • Enables access to Firebase Remote Config, allowing management of app configurations stored in Firebase. Supports viewing and potentially administering remote configuration templates.

  • Integrates with Google Cloud for service account authentication and IAM permissions required to access Firebase services.

fire_config_mcp

Setup

1. Install dependencies

bun install

2. Create and place serviceAccount.json

To allow the server to access Firebase Remote Config, you need a Google Cloud service account key file:

A. Google Cloud Console (point‑and‑click)
  1. Open IAM & Admin → Service Accounts inside the same GCP project that owns your Firebase app.
  2. Click Create Service Account
    • Name: mcp-remote-config (any name is fine)
    • Description: “MCP server – Remote Config access”
  3. Grant this service account access:
    • In the role picker, search for Remote Config Viewer or Remote Config Admin (as needed) and select it.
    • Optionally add Firebase Analytics Viewer if your template conditions reference GA4 audiences.
  4. Finish → Done.
  5. In the list, click the account → Keys tab → Add KeyCreate new keyJSON.
  6. Download the JSON file and place it in the project root as serviceAccount.json.

Note: Do not commit serviceAccount.json to version control. It is already in .gitignore.

3. Run the server

bun run index.ts

The server will start on port 3000 by default.

Usage

Add this MCP server to a client (e.g., Cursor, Claude Desktop, or your own MCP client)

In Cursor:
  1. Open Cursor Settings → Features → Add new MCP server.
  2. For the command, use:

npx -y supergateway --sse http://localhost:3000/mcp

"fire-config-mcp": { "command": "npx", "args": [ "-y", "supergateway", "--sse", "http://localhost:3000/mcp" ] } ``` (Or use the path/command as configured in your environment.) 3. Save and connect.

In your own MCP client (TypeScript example):

You can connect to this server using the @modelcontextprotocol/sdk client:

import { Client } from "@modelcontextprotocol/sdk/client/index.js"; import { SSEClientTransport } from "@modelcontextprotocol/sdk/client/sse.js"; const client = new Client({ name: "my-client", version: "1.0.0" }); const transport = new SSEClientTransport("http://localhost:3000/mcp"); await client.connect(transport); // Now you can list tools, call tools, etc. const tools = await client.listTools();

For more details, see the MCP TypeScript SDK documentation.


This project was created using bun init in bun v1.2.7. Bun is a fast all-in-one JavaScript runtime.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

An MCP server that provides access to Firebase Remote Config, allowing clients to interact with and manage Firebase remote configuration settings through the Model Context Protocol.

  1. Setup
    1. 1. Install dependencies
    2. 2. Create and place serviceAccount.json
    3. 3. Run the server
  2. Usage
    1. Add this MCP server to a client (e.g., Cursor, Claude Desktop, or your own MCP client)

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.
    Last updated -
    8
    84
    27
    JavaScript
  • A
    security
    A
    license
    A
    quality
    Provides integration between Genkit and the Model Context Protocol (MCP).
    Last updated -
    6
    445
    1,799
    TypeScript
    Apache 2.0
  • A
    security
    F
    license
    A
    quality
    A server providing a unified interface to interact with Firebase services, including Authentication, Firestore, and Storage.
    Last updated -
    9
    7
    TypeScript
  • 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
    313
    121
    TypeScript
    MIT License
    • Apple

View all related MCP servers

ID: xxqe78yh82