MCP Server
Active
MIT
io.github.dasasian/firebase-mcp-server MCP Server
io.github.dasasian/firebase-mcp-server
What is the io.github.dasasian/firebase-mcp-server MCP server?
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
How to install io.github.dasasian/firebase-mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"firebase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dasasian/firebase-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"firebase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dasasian/firebase-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"firebase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dasasian/firebase-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"firebase-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dasasian/firebase-mcp-server"
]
}
}
}Claude Code
claude mcp add firebase-mcp-server -- npx -y @dasasian/firebase-mcp-serverRelated MCP servers
Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.
0
View repository →TypeScript
MIT