MCP Catalogs
Home

mcp-server-chart vs firebase-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
firebase-mcp
by gannonh
Stars★ 4,068★ 243
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
DatabaseCloud StorageDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month7 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

firebase-mcp · Summary

Firebase MCP server providing Firestore, Storage, and Authentication tools for AI assistants.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

firebase-mcp · Use cases

  • AI assistants managing Firestore databases directly through conversational interactions
  • Automated file upload and management in Firebase Storage via AI commands
  • User authentication and management in AI applications using Firebase Auth

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

firebase-mcp · Install

Installation

  1. Install the MCP server by adding it to your MCP configuration file:

For Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "firebase-mcp": {
    "command": "npx",
    "args": [
      "-y",
      "@gannonh/firebase-mcp"
    ],
    "env": {
      "SERVICE_ACCOUNT_KEY_PATH": "/absolute/path/to/serviceAccountKey.json",
      "FIREBASE_STORAGE_BUCKET": "your-project-id.firebasestorage.app"
    }
  }
}
  1. Configure your Firebase project:

- Go to Firebase Console → Project Settings → Service Accounts - Generate and save a private key - Set the SERVICE_ACCOUNT_KEY_PATH environment variable

  1. Restart your MCP client to load the new server
Comparison generated from public README + GitHub signals. Last updated automatically.